Skip to content

Commit

Permalink
Replace mailhog with mailpit
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Oct 8, 2023
1 parent 7c646a6 commit 105ede5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ MAIL_PORT=
MAIL_USERNAME=
```

If you're using a local email service like [MailHog](https://github.com/mailhog/MailHog), you may need to disable encryption by setting the `MAIL_ENCRYPTION` environment variable to `null`:
If you're using a local email service like [Mailpit](https://github.com/axllent/mailpit), you may need to disable encryption by setting the `MAIL_ENCRYPTION` environment variable to `null`:

```
MAIL_ENCRYPTION=null
Expand Down

0 comments on commit 105ede5

Please sign in to comment.