27.03.2024, 09:47
(27.03.2024, 09:29)admin Wrote: Log what the mail function returns as suggested here: https://forum.logicmachine.net/showthrea...1#pid33911
initscript 27.03.2024 09:44:38
* arg: 1
* nil
* arg: 2
* string: timeout
to:
server = 'smtp.office365.com',
-- smtp server port
port = 587,
-- enable tls
secure = 'tlsv1_3',
-- use STARTTLS mode
starttls = true,