route dev mail through mailpit
Switch from MAIL_MAILER=log to smtp pointing at mailpit on :1025. From-address mirrors LaravelEmailFactory's confirmation email format. phpunit.xml keeps MAIL_MAILER=array so unit and feature tests do not touch mailpit.
This commit is contained in:
parent
4ac2323a2a
commit
eb59f4ca2d
1 changed files with 4 additions and 4 deletions
|
|
@ -47,14 +47,14 @@ REDIS_HOST=127.0.0.1
|
|||
REDIS_PASSWORD=null
|
||||
REDIS_PORT=6379
|
||||
|
||||
MAIL_MAILER=log
|
||||
MAIL_MAILER=smtp
|
||||
MAIL_SCHEME=null
|
||||
MAIL_HOST=127.0.0.1
|
||||
MAIL_PORT=2525
|
||||
MAIL_PORT=1025
|
||||
MAIL_USERNAME=null
|
||||
MAIL_PASSWORD=null
|
||||
MAIL_FROM_ADDRESS="hello@example.com"
|
||||
MAIL_FROM_NAME="${APP_NAME}"
|
||||
MAIL_FROM_ADDRESS="noreply@tide.test"
|
||||
MAIL_FROM_NAME="TIDE"
|
||||
|
||||
AWS_ACCESS_KEY_ID=
|
||||
AWS_SECRET_ACCESS_KEY=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue