about verification by email
i am making a dynamic website where first i have been created a registration form but the question is how to code in c# for email verification.............just like that when the user comes on my registration page after submitting all the information also he and she needs to verify by on his email where i want to send a link...tell me how send the link and can there verification
Sachin SinghPosted Nov 3, 2020, 5:44 AM
Please click the following link to activate your account";
+ Request.Url.AbsoluteUri.Replace("CS.aspx", "CS_Activation.aspx?ActivationCode=" + activationCode) + "'>Click here to activate your account.";
Thanks";