-
Is the outgoing port open on the Forge server. You can check this by
wget -qO- portquiz.net:<<port>>while the port is the outgoing SMTP port. -
Do you use queueable on your emails? Maybe the queue isn't working.
-
Did you setup the .env correctly of your app on the Forge server? Maybe you have to use SSL/TLS.
-
What says the Laravel log?
Jan 28, 2019
6
Level 1
Ubuntu server doesn't send emails?
I deployed my app on ubuntu server, but emails can't be sent, I use external smtp connection, from locally it is ok. but from forge server emails are not going out... Is there something to activate?
Level 7
Please provide all the requested information above.
Per default, Laravel uses MAIL_FROM_ADDRESS and MAIL_FROM_NAME, not MAIL_ADDRESS. Do you overwrite that somewhere? And have you tried it with port 587?
Please or to participate in this conversation.