Hi
I need some help regarding mail sending. I saw the documentation about it but I still can't receive mails and I don't know where I can see logs to see if SMTP is failing.
I need it to work with O365 and I followed the configuration commented at the end of the section. Only difference is that my SMTP configuration says I must use port 588 instead of 587.
Frontend says that mail was sent succesfully but I don't receive anything.
My conf:
mail.server.port = 588
mail.extraproperties = mail.smtp.socketFactory.port=588, \
mail.smtp.starttls.enable=true, \
mail.smtp.starttls.required=true, \
mail.smtp.ssl.protocols=TLSv1.2
Anyone managed to make it work?
Thanks