Skip to content

Releases: narendravaghela/cakephp-mailgun

v5.0.1

31 Mar 15:21
2e0d4b4
Compare
Choose a tag to compare

Adding support to correctly set Sender and ReplyTo

v4.0.6

31 Mar 12:46
ed48fa6
Compare
Choose a tag to compare

Adding support to correctly set Sender and ReplyTo

v3.0.3

31 Mar 12:45
7e657d8
Compare
Choose a tag to compare

Adding support to correctly set Sender and ReplyTo

v5.0.0

29 Jan 11:08
11cf0d3
Compare
Choose a tag to compare

CakePHP 4 Stable Release

v5.0.0-beta

28 Dec 11:47
11cf0d3
Compare
Choose a tag to compare
v5.0.0-beta Pre-release
Pre-release

CakePHP 4.x compatible release.

Please help stabilize and document if you are able to help out.

v4.0.4

23 Dec 11:02
62d1439
Compare
Choose a tag to compare

Fixes issue where regular headers were not converted and sent with mailgun

v4.0.3

23 Dec 10:31
8436832
Compare
Choose a tag to compare

Fix for Custom Header Prefix being left out.

Thank you @jmcd73

v4.0.2

18 Dec 23:12
834d2fc
Compare
Choose a tag to compare

Adds array element responseCode to MailgunEmail->send() for troubleshooting emails.

Resolves #24

v4.0.1

02 Dec 12:50
a01972d
Compare
Choose a tag to compare

Fixes issue where if sending an email and an exception occured the internal state could be stale and not reset.

Thanks to @dakota for the fix

Release 4.0.0

27 Mar 07:58
113f271
Compare
Choose a tag to compare

Uses new MailgunEmail that is much more compatible with PHPUnit and DebugKit. You can use MailgunEmail or the original Email and add the additional headers which can be found at https://documentation.mailgun.com/en/latest/user_manual.html#sending-via-smtp

The MailgunEmail class allows you to quickly add the required headers instead of doing it at the Transport level which caused major issues with PHPUnit and DebugKit.