Delivery Reports GIVEUP

Michael Wilding

Active Member
In the delivery reports, if an email has the status of GIVEUP, does this mean that all retries failed to send the email, or is it simply a log that there was an issue sending it. I'm trying to determine whether these emails have actually been sent or not.

Thanks
 
In the delivery reports, if an email has the status of GIVEUP, does this mean that all retries failed to send the email
In previous versions it mean that. Then you could use AHK's extension.
In the new version, when you see that, try another manual run to see if it goes again, and if not, then it is done with internally set retries.
Then you can still use AHK's extension (perhaps change DS first) ;)
 
@Michael Wilding - During a campaign sendout, is possible to see the giveup status for 3 times, as mailwizz retries sending.
However, once the campaign is sent, if you see the giveup status, it's for good, mailwizz did all it can do but it didn't work out.
 
@Michael Wilding - During a campaign sendout, is possible to see the giveup status for 3 times, as mailwizz retries sending.
However, once the campaign is sent, if you see the giveup status, it's for good, mailwizz did all it can do but it didn't work out.
But it is not retrying immediately when an error is received, but on another cron run, or when all non-errors are done, right? As it would be more likely to yield another error if done immediately. Better to allow some time in between, and ideally change DS. Can the 'on error change DS' be made an option?
 
Back
Top