Releases: narendravaghela/cakephp-mailgun
Releases · narendravaghela/cakephp-mailgun
v5.0.1
v4.0.6
v3.0.3
v5.0.0
v5.0.0-beta
CakePHP 4.x compatible release.
Please help stabilize and document if you are able to help out.
v4.0.4
v4.0.3
v4.0.2
v4.0.1
Release 4.0.0
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.