ElasticEmail Bounce Reason

Superyo

Member
Hi,

When ElasticEmail returns an error about a failed delivery, at the GET Request it shows what type of error is. However, Mailwizz almost always shows "BOUNCED BACK". Will you improve that?.

Thanks in advance.
 
Have a look at /apps/frontend/controllers/DswhController.php at Line ~602 and you'll see that mailwizz also checks the type of error.
 
I've modified the line 658 to show the category (reason) of the bounce. This way is more informative.

Line modified: $bounceLog->message = 'BOUNCED BACK ('.$category.')';

Could you include this in your code?.

Thanks.
 
Back
Top