2020-04-23 10:00:28 +02:00
|
|
|
|
|
|
|
-- send request from webmail
|
|
|
|
function mail.handlers.send(sendmail)
|
|
|
|
-- send mail from webclient
|
2020-09-20 13:11:38 +02:00
|
|
|
minetest.log("action", "[webmail] sending mail from webclient: " .. sendmail.from .. " -> " .. sendmail.to)
|
2020-04-23 10:00:28 +02:00
|
|
|
mail.send(sendmail)
|
|
|
|
end
|