Complete email settings in .env.example to avoid issue

This commit is contained in:
Bubka 2020-02-10 23:23:15 +01:00
parent 848b53fed8
commit 948a5a7908

View File

@ -70,6 +70,9 @@ SESSION_DRIVER=file
# Mail settings # 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_DRIVER=log
MAIL_HOST=smtp.mailtrap.io MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525 MAIL_PORT=2525
@ -77,6 +80,8 @@ MAIL_FROM=changeme@example.com
MAIL_USERNAME=null MAIL_USERNAME=null
MAIL_PASSWORD=null MAIL_PASSWORD=null
MAIL_ENCRYPTION=null MAIL_ENCRYPTION=null
MAIL_FROM_NAME=null
MAIL_FROM_ADDRESS=null
# Leave the following configuration vars as is. # Leave the following configuration vars as is.