Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save juliocapuano/5418729868acdf8288962922e86b89e2 to your computer and use it in GitHub Desktop.
Save juliocapuano/5418729868acdf8288962922e86b89e2 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