SMTP Setup

Found the issue, my VPS cloud provider had port 465 blocked and my SMTP doesn’t work on port 587. They uncloked port 465 and emails started going out. I have my docker compose file SMTP port set to 465 and SSL to true, all working.

Thanks for your help, all.

3 Likes