Retrying previously bounced senders
Hi,
Am I correct in assuming that at the moment, after one hard bounce, Sendy will never try to send to an address again?
Is there any way of resetting the bounce status? We've seen (outside of Sendy, but within SES) receiving ISPs occasionally reject messages, leading to a hard bounce, but where trying again a couple of days later results in a successful delivery.
It would be nice to either require n bounces before giving up on an address, or the ability to trickle previously-bounced subscribers back into circulation at a later date to see if they're still bouncing.
Many thanks,
Rob
This discussion has been closed.
Comments
Hi,
That is correct.
You'll need to login to your Sendy MySQL database directly, go to
subscribers
table and change the value of thebounced
column from1
to0
.Amazon will retry sending the email to emails that 'soft bounced', after 3 tries it'll register it as a 'hard bounce'. Sendy will never re-send to emails that 'hard bounced' at a later date, if it does, Amazon will suspend your Amazon SES account.
Thanks.
Best regards,
Ben