Skip to content

Commit f0498d5

Browse files
committed
feat: docker test mailpit setup in env
1 parent eaf478b commit f0498d5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.env.example

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ REDIS_HOST=127.0.0.1
5656
REDIS_PASSWORD=null
5757
REDIS_PORT=6379
5858

59-
MAIL_MAILER=log
59+
MAIL_MAILER=smtp
6060
MAIL_HOST=127.0.0.1
61-
MAIL_PORT=2525
62-
MAIL_USERNAME=null
63-
MAIL_PASSWORD=null
64-
MAIL_ENCRYPTION=null
65-
MAIL_FROM_ADDRESS="hello@example.com"
61+
MAIL_PORT=1025
62+
MAIL_USERNAME=
63+
MAIL_PASSWORD=
64+
MAIL_ENCRYPTION=
65+
MAIL_FROM_ADDRESS="app.test@test.me"
6666
MAIL_FROM_NAME="${APP_NAME}"
6767

6868
AWS_ACCESS_KEY_ID=

0 commit comments

Comments
 (0)