From a220cae0e67383c00ebfc493730bba329a8e3be9 Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Wed, 5 Oct 2022 10:42:16 -0600 Subject: [PATCH] more readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f85092b..c4b67d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The **email plugin** for [Grav](http://github.com/getgrav/grav) adds the ability to send email utilizing the `symfony/mailer` package. This is particularly useful for the **admin** and **login** plugins. -> Version 4.0 replaced the old deprecated `SwiftMailer` library with `Symfony/Mailer` package. This is a modern and well supported library that also has the capability to support 3rd party libraries such as `SendGrid`, `MailJet`, `MailGun`, `MailChimp`, etc. This library should be backwards compatible with existing configurations, but please create an issue if you run into any problems. +> IMPORTANT: **Version 4.0** replaced the old deprecated **SwiftMailer** library with **Symfony/Mailer** package. This is a modern and well supported library that also has the capability to support 3rd party transport engines such as `SendGrid`, `MailJet`, `MailGun`, `MailChimp`, etc. This library should be backwards compatible with existing configurations, but please create an issue if you run into any problems. # Installation @@ -14,7 +14,7 @@ $ bin/gpm install email # Configuration -By default, the plugin uses PHP Mail as the mail engine. +The plugin uses `sendmail` binary as the default mail engine. ``` enabled: true @@ -149,7 +149,6 @@ mailer: password: 'MAILJUST_PASSWORD_SECRET_KEY' ``` - ### ZOHO ZOHO is a popular solution for hosted email due to it's great 'FREE' tier. It's paid options are also very reasonable and combined with the latest UI updates and outstanding security features, it's a solid email option.