Skip to content

Commit ebd1ba4

Browse files
committed
Merge branch 'release/4.0.0'
2 parents 1bbc8bd + 12c78c6 commit ebd1ba4

File tree

594 files changed

+33323
-25624
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

594 files changed

+33323
-25624
lines changed

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
# v4.0.0
2+
## 05/09/2023
3+
4+
1. [](#new)
5+
* Migrated from `Swiftmailer` (which has been deprecated) to `Symfony/Mailer`, a more modern and extensible mailing library.
6+
* Built-in support for `SMTP`, `SMTPS`, `Sendmail` and `Native` (uses best solution per-platform) engines
7+
* 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
8+
* More flexible options for email formatting including RFC822 `name-addr` format (`Joe Bloggs <user@example.com>`) and simple arrays (`[user@example.com, Joe Bloggs]`)
9+
* Support `tags` and `metadata` in `Email::buildMessage()`
10+
* Two new events `onEmailEngines` and `onEmailTransportDsn` to facilitate the integration of custom engines via plugins
11+
12+
# v4.0.0-rc.4
13+
## 02/27/2023
14+
15+
1. [](#bugfix)
16+
* Fixed for multiple recipients [#167](https://github.com/getgrav/grav-plugin-email/issues/167)
17+
* Fix for simple array format with names which wasn't working
18+
19+
# v4.0.0-rc.3
20+
## 10/27/2022
21+
22+
1. [](#bugfix)
23+
* Fixed an issue with array based email address
24+
25+
# v4.0.0-rc.2
26+
## 10/19/2022
27+
28+
1. [](#improved)
29+
* Set `sendmail` as default engine to provide better fallback for unsupported `mailer` option
30+
* Added info about available engine plugins in `README.md`
31+
32+
# v4.0.0-rc.1
33+
## 10/05/2022
34+
35+
1. [](#new)
36+
* Migrated from `Swiftmailer` (which has been deprecated) to `Symfony/Mailer`, a more modern and extensible mailing library.
37+
* Built-in support for `SMTP`, `SMTPS`, `Sendmail` and `Native` (uses best solution per-platform) engines
38+
* 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
39+
* More flexible options for email formatting including RFC822 `name-addr` format (`Joe Bloggs <user@example.com>`) and simple arrays (`[user@example.com, Joe Bloggs]`)
40+
* Support `tags` and `metadata` in `Email::buildMessage()`
41+
* Two new events `onEmailEngines` and `onEmailTransportDsn` to facilitate the integration of custom engines via plugins
42+
143
# v3.2.0
244
## 03/28/2022
345

0 commit comments

Comments
 (0)