Fix bcc forgotten in mail.send()

This commit is contained in:
Athozus 2023-03-08 20:55:45 +01:00
parent 425ad39547
commit c942dc1a84
No known key found for this signature in database
GPG key ID: B50895022E8484BF

View file

@ -88,6 +88,7 @@ function mail.send(...)
sender = m.from, sender = m.from,
to = m.to, to = m.to,
cc = m.cc, cc = m.cc,
bcc = m.bcc,
subject = m.subject, subject = m.subject,
body = m.body, body = m.body,
time = os.time(), time = os.time(),