SMTP Error using Laravel: Connection could not be established with host smtp.mailtrap.io [Connection refused #111]

Tags: Laravel, Handesk, sendmail, smtp, email, mailtrap, connection, refused

Switching to Sendmail seemed to help:

MAIL_DRIVER=sendmail
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=465
[email protected]
MAIL_PASSWORD=
MAIL_ENCRYPTION=SSL

MAIL_FETCH_HOST=myemailserver.mydomain.com
MAIL_FETCH_PORT=465
[email protected]
MAIL_FETCH_PASSWORD=
MAIL_FETCH_OPTIONS=/pop3
MAIL_FETCH_USE_SSL=true

https://github.com/BadChoice/handesk

No Comments

You must log on to comment.