diff --git a/.env.example b/.env.example index 122befd4..8c206da4 100644 --- a/.env.example +++ b/.env.example @@ -70,6 +70,9 @@ SESSION_DRIVER=file # Mail settings +# Refer your email provider documentation to configure your mail settings +# Set a value for every available setting to avoid issue + MAIL_DRIVER=log MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 @@ -77,6 +80,8 @@ MAIL_FROM=changeme@example.com MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null +MAIL_FROM_NAME=null +MAIL_FROM_ADDRESS=null # Leave the following configuration vars as is.