Monday, December 30, 2019

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

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.

No comments:

Post a Comment