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 On 2017-04-17 20:51, ludovic coues wrote: > 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. > > 2017-04-16 15:07 GMT+02:00 Willian Will <williamlouzefonseca...@gmail.com>: >> 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 ? >> >> >> sábado, 15 de Abril de 2017 às 09:22:21 UTC-3, shahab emami escreveu: >>> 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 >> -- >> 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+unsubscr...@googlegroups.com. >> To post to this group, send email to django-users@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. > > -- 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users@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/a7310d17-ffab-05e1-694e-432d7649e08b%40djangodeployment.com. For more options, visit https://groups.google.com/d/optout.