From 105ede59c0bd02a588dc71775ef21d3ba1a6be87 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Sun, 8 Oct 2023 11:17:14 +0200 Subject: [PATCH] Replace mailhog with mailpit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cd4a72e..3e764eb2 100644 --- a/README.md +++ b/README.md @@ -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