Questions tagged [email-confirmation]

123 questions
-3
votes
1 answer

Email Validation / confirmation

I have a web application that anyone can sign up using their email address (anything@anydomain.any) without confirming/validating the email address. I would like to know if there is any third party service or an API for C# to validate the email…
Bash
  • 1
-4
votes
3 answers

Can't find EmailService class

I am using this tutorial to register a user with email confirmation, but I can't find the emailservice class. http://www.asp.net/mvc/overview/security/create-an-aspnet-mvc-5-web-app-with-email-confirmation-and-password-reset I am using MVC 5 with…
-5
votes
1 answer

Verify Email and Update MySQL DB Column

Need help in creating a verify.php / confirm.php for my site after registration. Email is already being sent to the email of user with a confirmation link. I need the link to work like this: When link is clicked, user will be directed to our site…
1 2 3
8
9