added defaults for mail service
This commit is contained in:
parent
c33a4acc11
commit
37f6fc314f
|
|
@ -23,8 +23,8 @@ MAIL_DRIVER=smtp
|
|||
MAIL_PORT=25
|
||||
MAIL_ENCRYPTION=
|
||||
MAIL_HOST=maildev
|
||||
MAIL_FROM_ADDRESS=
|
||||
MAIL_FROM_NAME=
|
||||
MAIL_FROM_ADDRESS="testing@attendize.com"
|
||||
MAIL_FROM_NAME="testing service"
|
||||
MAIL_PASSWORD=
|
||||
MAIL_USERNAME=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue