Skip to content

Instantly share code, notes, and snippets.

@BenjaminDurham
Created June 10, 2016 16:22
Show Gist options
  • Save BenjaminDurham/ca2a4d175ea939a5d51470920ee5b8ae to your computer and use it in GitHub Desktop.
Save BenjaminDurham/ca2a4d175ea939a5d51470920ee5b8ae to your computer and use it in GitHub Desktop.
Laravel .env Mail settings for app hosted on Linux with GoDaddy workspace email.
.env settings
----------------------------------------------
MAIL_DRIVER=mail
MAIL_HOST=localhost
MAIL_PORT=25
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=null
Other info
----------------------------------------------
Be sure to update your /config/mail.php with the appropriate info e.g.
'from' => ['address' => 'myaccount@mydomain.com', 'name' => 'John Doe'],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment