maillist refactoring

This commit is contained in:
BuckarooBanzay 2023-03-28 15:11:12 +02:00 committed by Athozus
parent a690fc721d
commit 8ce3dc2ecf
No known key found for this signature in database
GPG key ID: B50895022E8484BF
5 changed files with 77 additions and 199 deletions

View file

@ -88,6 +88,7 @@ function mail.send(...)
-- form the actual mail
local msg = {
id = mail.new_uuid(),
sender = m.from,
to = m.to,
cc = m.cc,