Laravel SMTP Setup

Probably real simple, but I just can’t seem to get settings working in SMTP Laravel app. It’s working on other service, so I’m close…

MAIL_MAILER=smtp
MAIL_HOST= blizzard.mxrouting.net
MAIL_PORT=465
MAIL_USERNAME=[my email]
MAIL_PASSWORD=[my pw]
MAIL_ENCRYPTION=ssl
MAIL_FROM_ADDRESS=[my email]

Does that look correct?

Yeah that looks right. You could also try port 587 and setting encryption to “tls” and see if that makes any difference. If not, any chance the hosting provider is blocking outbound SMTP?