mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
[11.x] Adjusts default mail environment variables (#6325)
* Adjusts default mail environment variables * Update .env.example --------- Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
parent
a186ebf4a9
commit
cde09e632c
@ -38,9 +38,9 @@ REDIS_HOST=127.0.0.1
|
||||
REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
|
||||
MAIL_MAILER=smtp
|
||||
MAIL_HOST=mailpit
|
||||
MAIL_PORT=1025
|
||||
MAIL_MAILER=log
|
||||
MAIL_HOST=127.0.0.1
|
||||
MAIL_PORT=2525
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_ENCRYPTION=null
|
||||
|
Loading…
x
Reference in New Issue
Block a user