code-corps-api icon indicating copy to clipboard operation
code-corps-api copied to clipboard

Do not send emails when hard bounced

Open joshsmith opened this issue 7 years ago • 1 comments

Problem

If a user's email has hard bounced, we need to ensure that we do not attempt a send to that email.

joshsmith avatar Dec 21 '17 06:12 joshsmith

Note that after a switch to Sparkpost, this should not be a problem. The sparkpost API tracks bounces and blocks sending of problematic emails automatically. It then provides a way to get a list of those emails, which we could use to filter out or flag problematic users.

begedin avatar Dec 21 '17 08:12 begedin