S Superyo Member Nov 8, 2015 #1 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.
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.
twisted1919 Administrator Staff member Nov 9, 2015 #2 Have a look at /apps/frontend/controllers/DswhController.php at Line ~602 and you'll see that mailwizz also checks the type of error.
Have a look at /apps/frontend/controllers/DswhController.php at Line ~602 and you'll see that mailwizz also checks the type of error.
S Superyo Member Nov 9, 2015 #3 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.
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.
twisted1919 Administrator Staff member Nov 10, 2015 #4 makes sense yes, it's there from next version.