Drop that error message into google. I think the most common reason has to do with your ports/firewall on the server. Can you ssh in and telnet into sendgrid, or ping it?
Jul 4, 2019
3
Level 33
Emai smtp l settings sendgrid not working?
Hi,
I'm using sendgrid for sending my emails with smtp. My .env settings look like this:
MAIL_DRIVER=smtp
MAIL_HOST=smtp.sendgrid.net
MAIL_PORT=465
MAIL_USERNAME=apikey
MAIL_PASSWORD=SG.e2_5lCFhRn.............
MAIL_ENCRYPTION=ssl
MAIL_FROM_NAME="Myname
[email protected]
Local this is working but on my production server I keep getting:
Connection could not be established with host smtp.sendgrid.net [Connection timed out #110]
I already tried everything changing ports, from ssl to tls but nothing works :(
What could be wrong here?
Thx!
Level 67
Please or to participate in this conversation.