You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test the sending of e-mails via command line, we suggest running a local SMTP mock server like [MailHog](https://github.com/mailhog/MailHog). Please look at the [MailHog installation instructions](https://github.com/mailhog/MailHog#installation) for setup details.
59
+
To test the sending of e-mails via command line, we suggest running a local SMTP mock server like [Mailpit](https://github.com/axllent/mailpit). Please look at the [Mailpit installation instructions](https://github.com/axllent/mailpit#installation) for setup details.
60
60
61
-
After executing MailHog (usually with the `MailHog` command) you can send your first HTML email message to `localhost` with ErmesMail:
61
+
After executing Mailpit (usually with the `mailpit` command) you can send your first HTML email message to `localhost` with ErmesMail:
INFORMAZIONI: ExecutorService terminated normally after shutdown request.```
81
81
```
82
82
83
-
You can read the e-mail message on the [MailHog UI](http://0.0.0.0:8025/).
83
+
You can read the e-mail message on the [Mailpit UI](http://0.0.0.0:8025/).
84
84
85
85
>**Note**: To send messages via Google SMTP, it is necessary to configure your Gmail account by enabling IMAP. [More information](https://support.google.com/mail/answer/7126229)
86
86
@@ -174,7 +174,7 @@ You can configure the SMTP host, port, user, password, and security mode via the
174
174
175
175
To test different SMTP configurations:
176
176
177
-
1. Use a local SMTP server like MailHogfor development and testing.
177
+
1. Use a local SMTP server like Mailpitfor development and testing.
178
178
2. For SSL (implicit TLS), use the `--sslon` and `--sslport` options (default SSL port is 465).
179
179
3. For STARTTLS, use `--starttls` to enable opportunistic STARTTLS, and add `--starttls-required`if you want the client to fail when the server does not advertise STARTTLS.
180
180
4. For plain SMTP, omit the `--sslon` and `--starttls` flags and use the standard port (usually 25 or 1025 forlocal testing).
0 commit comments