Hi,
I have an application that is built using Webform, but I need to use SMTP verification rather than SendGrid.
http://www.asp.net/web-forms/overview/security/create-a-secure-aspnet-web-forms-app-with-user-registration,-email-confirmation-and-password-reset
This tutorial above explains the SendGrid method, and there is one tutorial that explains the SMTP approach but that uses the webpage framework to do so, as explained in this link:
http://www.asp.net/web-pages/overview/security/16-adding-security-and-membership
I ...
Go to the complete details ...