Contents tagged with mailtrap
-
SMTP Error using Laravel: Connection could not be established with host smtp.mailtrap.io [Connection refused #111]
Switching to Sendmail seemed to help:
MAIL_DRIVER=sendmailMAIL_HOST=smtp.mailtrap.ioMAIL_PORT=465MAIL_USERNAME=myemail@mydomain.comMAIL_PASSWORD=MAIL_ENCRYPTION=SSL
MAIL_FETCH_HOST=myemailserver. … more