You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #3580 is merged, Warehouse will begin tracking delivery issues for email addresses we have on file, and can ultimately un-verify a particular email address due to those reasons. We'll want to expose those reasons to end users so that they understand what has occurred to their email addresses on file.
This gives us the following states an email address can be in:
Unverified because the email has had a hard failure during delivery.
Unverified because the email had too many transient delivery failures, and we've given up sending to that address and we're treating it as a hard failure.
Unverified because the user has marked an email from this address as spam, and their ISP or email provider has forwarded that complaint on to us.
Unverified because it is brand new and has yet to be verified:
Verified, but we've been having transient issues sending email to this address, if they don't go away this will be upgraded to the (2) case.
Verified, no issues.
I can handle wiring this up in the code once we have the design side sorted out for how it should be implemented.
The text was updated successfully, but these errors were encountered:
On Aug 4, 2018, at 1:57 PM, Yeray Diaz Diaz ***@***.***> wrote:
maybe we could use tooltips for this feedback? so it doesn't interfere with the action column
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Once #3580 is merged, Warehouse will begin tracking delivery issues for email addresses we have on file, and can ultimately un-verify a particular email address due to those reasons. We'll want to expose those reasons to end users so that they understand what has occurred to their email addresses on file.
This gives us the following states an email address can be in:
I can handle wiring this up in the code once we have the design side sorted out for how it should be implemented.
The text was updated successfully, but these errors were encountered: