mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 03:16:49 +02:00
Complete email settings in .env.example to avoid issue
This commit is contained in:
parent
848b53fed8
commit
948a5a7908
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user