safe perfect and reliable app for verification email

54 views
Skip to first unread message

shahab emami

unread,
Apr 15, 2017, 8:22:21 AM4/15/17
to Django users
hello
I want to verify user's email while user is registering  .

can you introduce me a few safe perfect  and reliable app for verification email?

thanks

Camilo Torres

unread,
Apr 15, 2017, 9:04:07 PM4/15/17
to Django users

Willian Will

unread,
Apr 16, 2017, 9:23:30 AM4/16/17
to Django users
Hey, you can user javasript for that, thus You dont need use ajax or anything for retrieve confirmation about email is correct or no , but you need confirm about the email already exists in database ?

ludovic coues

unread,
Apr 17, 2017, 1:51:52 PM4/17/17
to django...@googlegroups.com
I believe we have a code of conduct against posting an answer which is
nothing more than a google link.

I don't know any app handling email verification. If I had to do it, I
would copy how django handle password reset. Send an email with with a
link containing a token. When someone hit that url, check if they are
connected and their account is associated with the token.

As far as I know, there are no way to know if an email is valid
without sending a message. There are various check we can do to mark
an email as invalid but these need constant update. An example could
be tld.
> --
> 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...@googlegroups.com.
> To post to this group, send email to django...@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/9e07bab1-2bdc-4056-9a6e-29a418f932d8%40googlegroups.com.
>
> For more options, visit https://groups.google.com/d/optout.



--

Cordialement, Ludovic Coues
+33 6 14 87 43 42

Antonis Christofides

unread,
Apr 18, 2017, 3:55:08 AM4/18/17
to django...@googlegroups.com
I haven't followed this discussion very closely, but is it possible that what
the original poster needs is django-registration-redux?

Antonis Christofides
http://djangodeployment.com
Reply all
Reply to author
Forward
0 new messages