Skip to content

Commit

Permalink
more readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Oct 5, 2022
1 parent 8eca4a3 commit a220cae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a220cae

Please sign in to comment.