From 8f5ef400d8a515fd1fabba381bc8f87e108987f7 Mon Sep 17 00:00:00 2001 From: Alexander Ofori Date: Mon, 23 Oct 2023 10:44:30 +0100 Subject: [PATCH] Correction to Usage, Testing Mail and Configuring Mail (#197) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15eac57..b496ded 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ sudo bash < <(curl -sL https://raw.githubusercontent.com/axllent/mailpit/develop ### Download static binary (Windows, Linux and Mac) -Static binaries can always be found on the [releases](https://github.com/axllent/mailpit/releases/latest). The `mailpit` binary can extracted and copied to your `$PATH`, or simply run as `./mailpit`. +Static binaries can always be found on the [releases](https://github.com/axllent/mailpit/releases/latest). The `mailpit` binary can be extracted and copied to your `$PATH`, or simply run as `./mailpit`. ### Docker @@ -88,9 +88,9 @@ If installed using homebrew, you may run `brew services start mailpit` to always ### Testing Mailpit -Please refer to [the documentation](https://github.com/axllent/mailpit/wiki/Testing-Mailpit) of how to easily test email delivery to Mailpit. +Please refer to [the documentation](https://github.com/axllent/mailpit/wiki/Testing-Mailpit) on how to easily test email delivery to Mailpit. ### Configuring sendmail -Mailpit's SMTP server (by default on port 1025), so you will likely need to configure your sending application to deliver mail via that port. A common MTA (Mail Transfer Agent) that delivers system emails to a SMTP server is `sendmail`, used by many applications including PHP. Mailpit can also act as substitute for sendmail. For instructions of how to set this up, please refer to the [sendmail documentation](https://github.com/axllent/mailpit/wiki/Configuring-sendmail). +Mailpit's SMTP server (by default on port 1025), so you will likely need to configure your sending application to deliver mail via that port. A common MTA (Mail Transfer Agent) that delivers system emails to an SMTP server is `sendmail`, used by many applications including PHP. Mailpit can also act as substitute for sendmail. For instructions of how to set this up, please refer to the [sendmail documentation](https://github.com/axllent/mailpit/wiki/Configuring-sendmail).