You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
campaign-mailgun uses Mailgun API, but Mailgun can be used over SMTP so it provides no extra value.
Rather, it provides extra problems - the Campaign switches on e-mail tracking which rewrites links in the e-mails.
TODO
Drop usage of campaign-mailgun
Configure servers to use campaign over SMTP
The text was updated successfully, but these errors were encountered:
Update campaign and related packages, created pull requests. All in all it is really good library. Fixed all related packages too. Hopefully pull requests are accepted and we can revert back to getting packages from npm. But if that will not happen in recent month or so will create our own release or merge this directly to our code.
Added test coverage for all our current e-mails but these would need to be more thorough, created a new issue for that as it is not with so high priority #229
Overview
campaign-mailgun
uses Mailgun API, but Mailgun can be used over SMTP so it provides no extra value.Rather, it provides extra problems - the Campaign switches on e-mail tracking which rewrites links in the e-mails.
TODO
campaign-mailgun
The text was updated successfully, but these errors were encountered: