mirror of
https://github.com/mt-mods/mail.git
synced 2025-04-30 08:21:44 -04:00
field fix
This commit is contained in:
parent
64262c95a6
commit
be51cff470
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
-- send request from webmail
|
-- send request from webmail
|
||||||
function mail.handlers.send(sendmail)
|
function mail.handlers.send(sendmail)
|
||||||
-- send mail from webclient
|
-- send mail from webclient
|
||||||
minetest.log("action", "[webmail] sending mail from webclient: " .. sendmail.src .. " -> " .. sendmail.dst)
|
minetest.log("action", "[webmail] sending mail from webclient: " .. sendmail.from .. " -> " .. sendmail.to)
|
||||||
mail.send(sendmail)
|
mail.send(sendmail)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue