cakephp-mailgun icon indicating copy to clipboard operation
cakephp-mailgun copied to clipboard

Mailgun plugin for CakePHP 3

Results 3 cakephp-mailgun issues
Sort by recently updated
recently updated
newest added

Hi there, great job on this integration. I've one question, how do I set a domain dynamically? E.g. for some cases i use mg.domain1.com and some mg.domain2.com?

In Cake4, Mailer class clone transport before executing deliver method, then it restores the transport instance. When MailgunTransport is clone, the FormData instance in _formData property is shared between the...

In Cake4, Mailer class clone transport before executing deliver method, then it restores the transport instance. When MailgunTransport is clone, the FormData instance in _formData property is shared between the...