-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
594 changed files
with
33,323 additions
and
25,624 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,45 @@ | ||
# v4.0.0 | ||
## 05/09/2023 | ||
|
||
1. [](#new) | ||
* Migrated from `Swiftmailer` (which has been deprecated) to `Symfony/Mailer`, a more modern and extensible mailing library. | ||
* Built-in support for `SMTP`, `SMTPS`, `Sendmail` and `Native` (uses best solution per-platform) engines | ||
* Added ability to have 3rd party plugins that provide new engines (e.g. `SendGrid`, `MailJet`, etc.) with `SMTP`, `API` or `HTTPS` transports for faster and more reliable email sending | ||
* More flexible options for email formatting including RFC822 `name-addr` format (`Joe Bloggs <[email protected]>`) and simple arrays (`[[email protected], Joe Bloggs]`) | ||
* Support `tags` and `metadata` in `Email::buildMessage()` | ||
* Two new events `onEmailEngines` and `onEmailTransportDsn` to facilitate the integration of custom engines via plugins | ||
|
||
# v4.0.0-rc.4 | ||
## 02/27/2023 | ||
|
||
1. [](#bugfix) | ||
* Fixed for multiple recipients [#167](https://github.com/getgrav/grav-plugin-email/issues/167) | ||
* Fix for simple array format with names which wasn't working | ||
|
||
# v4.0.0-rc.3 | ||
## 10/27/2022 | ||
|
||
1. [](#bugfix) | ||
* Fixed an issue with array based email address | ||
|
||
# v4.0.0-rc.2 | ||
## 10/19/2022 | ||
|
||
1. [](#improved) | ||
* Set `sendmail` as default engine to provide better fallback for unsupported `mailer` option | ||
* Added info about available engine plugins in `README.md` | ||
|
||
# v4.0.0-rc.1 | ||
## 10/05/2022 | ||
|
||
1. [](#new) | ||
* Migrated from `Swiftmailer` (which has been deprecated) to `Symfony/Mailer`, a more modern and extensible mailing library. | ||
* Built-in support for `SMTP`, `SMTPS`, `Sendmail` and `Native` (uses best solution per-platform) engines | ||
* Added ability to have 3rd party plugins that provide new engines (e.g. `SendGrid`, `MailJet`, etc.) with `SMTP`, `API` or `HTTPS` transports for faster and more reliable email sending | ||
* More flexible options for email formatting including RFC822 `name-addr` format (`Joe Bloggs <[email protected]>`) and simple arrays (`[[email protected], Joe Bloggs]`) | ||
* Support `tags` and `metadata` in `Email::buildMessage()` | ||
* Two new events `onEmailEngines` and `onEmailTransportDsn` to facilitate the integration of custom engines via plugins | ||
|
||
# v3.2.0 | ||
## 03/28/2022 | ||
|
||
|
Oops, something went wrong.