-
-
Save gpedro/5303a841c504727b403f5257f56e2fe6 to your computer and use it in GitHub Desktop.
Laravel Mail Alternativos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MAIL_DRIVER=smtp | |
MAIL_HOST=smtp.sendgrid.net | |
MAIL_PORT=587 | |
MAIL_USERNAME=apikey | |
MAIL_PASSWORD=longapikey | |
MAIL_ENCRYPTION=tls | |
MAIL_FROM_ADDRESS="[email protected]" | |
MAIL_FROM_NAME="robot | example.xablau" | |
MAIL_HOST_ALT=smtp.gmail.com | |
MAIL_PORT_ALT=587 | |
[email protected] | |
MAIL_PASSWORD_ALT=mypassword | |
MAIL_ENCRYPTION_ALT=tls | |
MAIL_FROM_ADDRESS_ALT="[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment