webmcp
diff framework/env/net/send_mail.lua @ 558:b7596f5158d4
Added argument "raw_headers" to net.send_mail(...)
author | jbe |
---|---|
date | Tue Jun 09 13:13:36 2020 +0200 (2020-06-09) |
parents | 5d307886bd89 |
children |
line diff
1.1 --- a/framework/env/net/send_mail.lua Tue Feb 18 18:16:36 2020 +0100 1.2 +++ b/framework/env/net/send_mail.lua Tue Jun 09 13:13:36 2020 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 cc = cc, -- Cc header address or table with 'name' and 'address' fields 1.5 bcc = bcc, -- Bcc header address or table with 'name' and 'address' fields 1.6 subject = subject, -- subject of e-mail 1.7 + raw_headers = raw_headers, -- sequence of raw header lines 1.8 multipart = multipart_type, -- "alternative", "mixed", "related", or nil 1.9 content_type = content_type, -- only for multipart == nil, defaults to "text/plain" 1.10 binary = binary, -- allow full 8-bit content