Alpha1
Well-known member
Email bounces can be Temporary / Transient or Permanent. With Temporary bounces no direct action is taken, until a certain number of bounces is reached. In most cases its a matter of inbox_full, which is resolved after the user clears their inbox. Often this takes weeks to a month to clear up.
This means that we keep sending email to email addresses that are not available. This decreases sender reputation. The lower sender reputation is, the less of your total emails will arrive. Sender reputation is very important and in some cases low reputation can cause sender account to be frozen or the sender to be blacklisted as a spammer by specific email domains. In such case your email to for example gmail or hotmail will stop arriving as it gets blocked.
I suggest the following improvement:
For accounts that have a soft bounce, change the user state to a new state:
User state: Email Invalid (temporary bounce)
After X number of days (30 by default), the user state is reversed to what it was before.
Accounts with this state will be treated the same way as accounts with the state:
User state: Email invalid (bounced)
This way, we do not send email to temporary inactive email addresses and only try again after a set number of days.
This means that we keep sending email to email addresses that are not available. This decreases sender reputation. The lower sender reputation is, the less of your total emails will arrive. Sender reputation is very important and in some cases low reputation can cause sender account to be frozen or the sender to be blacklisted as a spammer by specific email domains. In such case your email to for example gmail or hotmail will stop arriving as it gets blocked.
I suggest the following improvement:
For accounts that have a soft bounce, change the user state to a new state:
User state: Email Invalid (temporary bounce)
After X number of days (30 by default), the user state is reversed to what it was before.
Accounts with this state will be treated the same way as accounts with the state:
User state: Email invalid (bounced)
This way, we do not send email to temporary inactive email addresses and only try again after a set number of days.
Upvote
3