Skip to content
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

Individual email sent to a bad email address get ignored #22

Open
Paul-Tahoe opened this issue Feb 5, 2019 · 0 comments
Open

Individual email sent to a bad email address get ignored #22

Paul-Tahoe opened this issue Feb 5, 2019 · 0 comments

Comments

@Paul-Tahoe
Copy link

If I query up a contact and select Send Email from the Action button and then send that contact an email using a bad email address the fact that it bounces goes into thin air. (Well, from the mailgun_events table I can see that it bounces and got ignored but a user can't)

With a "standard" smtp type email server, the reply to gets the bounced message. So if I send the message from admin@mysite.org, admin@mysite.org would get the bounced message. Since mailgun is trapping bounces and this extension marks those as ignore the user never sees that their message bounced.

While this may not be easy to do, I think the ideal thing would be to generate a bounced message notice and send that the reply to (the sender of the email that bounces) just like you'd get when you send an email from your normal email that bounces.

Just to be clear, it works great for sending out bulk email to a bunch of people. This is just when sending to one or a few people without creating a mailing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant