This is an old revision of the document!


Laravel - SMTP Setup

This is required to be setup for email verification and/or password reset emails.

Example env config file settings for SMTP
Obviously set your own SMTP details (and make sure the From address exists - as your mail server can reject it if not)

MAIL_MAILER=smtp
MAIL_HOST=smtp.reg365.net
MAIL_PORT=587
MAIL_USERNAME=myusername
MAIL_PASSWORD=mypassword
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME="Laravel Demo1 App"
  • code/laravel/email.1586622711.txt.gz
  • Last modified: 2020/04/11 17:31
  • by gerardorourke