09.05.2024, 10:34
(27.03.2024, 09:47)joaodaniel.pereira Wrote:(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,
Hi,
Did you managed to find the correct settings?
I'm also trying to send an email via the same smtp server :-) and getting the following error:
* arg: 1
* number: 1
* arg: 2
* nil
Thanks!
Niels