The LaunchStack comes with all supported drivers from Laravel.
SMTP (credentials)
Sendmail
Mailgun
SES
Postmark
.env file
MAIL_MAILER=[smtp,sendmail,mailgun,ses,postmark]
MAIL_HOST=
MAIL_PORT=
MAIL_USERNAME=
MAIL_PASSWORD=
MAIL_ENCRYPTION=[null,tls]
MAIL_FROM_ADDRESS=
MAIL_FROM_NAME=
Last updated
Was this helpful?