Skip to content

Instantly share code, notes, and snippets.

@iamwebwiz
Last active August 14, 2018 02:20
Show Gist options
  • Save iamwebwiz/6daad710d137cc3598e7ab2a5c0c2bb1 to your computer and use it in GitHub Desktop.
Save iamwebwiz/6daad710d137cc3598e7ab2a5c0c2bb1 to your computer and use it in GitHub Desktop.
Environment variables configuration for sendgrid
MAIL_DRIVER=sendgrid
MAIL_HOST=smtp.sendgrid.net
MAIL_PORT=587
MAIL_USERNAME=sendgrid_username
MAIL_PASSWORD=sendgrid_password
MAIL_ENCRYPTION=tls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment