Not getting emails from my instance. Where are the logs for me to see what might be the problem?
I just realized what is happening. I have the server running on Google Cloud, and they block outgoing 587. But I can use port 2525. How do I change the port? I just don’t know where the settings / config is.
There is SMTP_PORT
next to your SMTP_SERVER
in your .env.production
file.
1 Like