Skip to content

Bounce backs #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kodeine opened this issue Sep 2, 2019 · 2 comments
Closed

Bounce backs #82

kodeine opened this issue Sep 2, 2019 · 2 comments
Labels
3.question Additional information is requested.

Comments

@kodeine
Copy link

kodeine commented Sep 2, 2019

Is there a way to track bounced emails?

@amcgregor
Copy link
Member

Tracking e-mail deliverability is a deep issue. For a start to the rabbit-hole, see Email tracking on Wikipedia (esp: Return receipt). There are APIs available with the "big providers" (think: Hotmail, Yahoo! Mail, etc.) that other "big providers" have access to in order to get more fine-grained notifications.

As such, (and since I long ago learned to avoid handling e-mail concerns myself), I use Rackspace Mailgun as both an initial MTA ("mail transfer agent", the server accepting e-mail sent from my apps), but also as a means to get API callback notifications on events (bounces, i.e. to mark accounts as unverified automatically), and to handle inbound e-mail programmatically (think: replying to a GitHub issue update notice).

An SMTP DSN would require modification to the SMTP transport.

@amcgregor amcgregor added the 3.question Additional information is requested. label Oct 1, 2020
@amcgregor
Copy link
Member

Closing due to inactivity as answered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.question Additional information is requested.
Projects
None yet
Development

No branches or pull requests

2 participants