Monday, December 30, 2019

Re: How to ensure genuine emails despite valid email format?

Great. 

Anyway you can get mailgun email bounces data and automatically update your local database and flag those profiles with bounced emails in your application?

Roshan

On Mon, Dec 30, 2019 at 8:54 AM Jason <jjohns98684@gmail.com> wrote:
Part of your problem is that email is a fire-and-forget application.  Once it's sent out, its in the control of the email server for routing.
  1. I don't know of a way to handle this without having any access to the account the user uses to send the email
  2. Use a whitelist of valid email senders, but this is a neverending task with high probability of false positives.  And disposable email addresses have their valid uses, and I use them frequently to help control spam. So if you block those, you might be angering alot of your valid users
  3. Same with 2, whitelist
  4. Same with 2, whitelist

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e60804c0-ff8b-442d-95ad-efd6dbbc5e12%40googlegroups.com.


--
--

Roshan Shah / Sr. IT Consultant
techieroshan@gmail.com / (519) 496-8860

This e-mail message may contain confidential or legally privileged information and is intended only for the use of the intended recipient(s). Any unauthorized disclosure, dissemination, distribution, copying or the taking of any action in reliance on the information herein is prohibited. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, or contain viruses. Anyone who communicates with me by e-mail is deemed to have accepted these risks.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALX19NiYefh7%3DSN0ZV0TGTtV6pG%3D29z-iKj-javS1Qzpqrjb-A%40mail.gmail.com.

No comments:

Post a Comment