mirror of
https://github.com/mt-mods/mail.git
synced 2025-07-07 07:00:31 -04:00
maillist refactoring
This commit is contained in:
parent
a690fc721d
commit
8ce3dc2ecf
5 changed files with 77 additions and 199 deletions
1
api.lua
1
api.lua
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue