When using WEB API delivery servers, bounce processing doesn’t work.
If you are using the web api implementation for Amazon SES / Mandrill / Mailgun / etc and you find out that bounce processing doesn’t really work, below are potential reasons:
1. You are redirecting users from http to https.
If that’s the case make sure the /dswh/ uri is not included in your redirection rules to https, basically each request that comes to https://yourdomain.com/index.php/dswh/X must be left untouched, without redirecting it to https://yourdomain.com/index.php/dswh/X
In case it is unclear, https://yourdomain.com/index.php/dswh/X is the URL format where wen notifications are sent by amazon/mandrill/mailgun/etc to notify AppMail about bounces/complaints and so on.
Related Articles
Bounce servers
You like it or not, when you start sending emails, not all your addresses will be valid and when sending emails to invalid email addresses, these emails will return to you in order to notify you that the given email address is not valid anymore. In ...
Seems that bounces aren’t processed, what can I do?
So, you’ve sent a campaign and expect to get some bounces back because you intentionally put invalid emails there but nothing shows in the bounces area of the campaign and you are stumped because of that (that makes two of us) and of course you need ...
Campaign activity map doesn’t work!
The extension that will put opens, clicks and unsubscribes on a google map is called Campaign Activity Map and it has to be enabled from Backend > Extensions area. Once the extension is enabled, clicking on its title or on the extension details page ...
Adding a new Amazon SES delivery server (Web API)
This article will drive you through the steps on creating and validating an Amazon SES delivery server. First of all, you have to create an account here. Once you are done and you are logged in, you should search for the Simple Email Service. The ...
Delivery servers
Delivery servers are needed in order to send out all the emails from the application. Even if it’s about sending a confirmation email, an email campaign, a test email, you need a delivery server to actually make the delivery. AppMail comes with ...