I am creating a website in Django, using django-registration-redux. I send the registration activation code to the user's email address. If the email is invalid, my website still works, but it GMail gives me a error that the address does not exist. I want my web site to validate the address, giving this for an invalid one:
"email doesn't exist".
How can I do this? My on-line searches have turned up nothing.