Skip to content

Instantly share code, notes, and snippets.

@gpedro
Created November 28, 2018 21:49
Show Gist options
  • Save gpedro/5303a841c504727b403f5257f56e2fe6 to your computer and use it in GitHub Desktop.
Save gpedro/5303a841c504727b403f5257f56e2fe6 to your computer and use it in GitHub Desktop.
Laravel Mail Alternativos
MAIL_DRIVER=smtp
MAIL_HOST=smtp.sendgrid.net
MAIL_PORT=587
MAIL_USERNAME=apikey
MAIL_PASSWORD=longapikey
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="no-reply@example.xablau"
MAIL_FROM_NAME="robot | example.xablau"
MAIL_HOST_ALT=smtp.gmail.com
MAIL_PORT_ALT=587
MAIL_USERNAME_ALT=examplexablau@gmail.com
MAIL_PASSWORD_ALT=mypassword
MAIL_ENCRYPTION_ALT=tls
MAIL_FROM_ADDRESS_ALT="examplexablau@gmail.com"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment