03.06.2022, 07:52
(03.06.2022, 07:36)admin Wrote: Check Logs tab. Only syntax errors are displayed when saving. This error is returned by the mail() function and is not logged anywhere unless you add log() call afterwards.
Alright so i don't have any log error but my mail are not going out.
I got this in mail email.user script :
-- smtp server
server = 'smtp.office365.com',
-- smtp server port
port = 587,
-- enable ssl, required for gmail smtp
secure = 'STARTTLS'
I think this is working but is there any parameters i need to activate on outlook to make this scrit working ?