Click here to Skip to main content
15,916,692 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all ,

I have recently used membership in my website,but i am still not knowing if there is a feature in membership specifically in create user wizard that allows us to send confirm registration email to the user.So please can anyone help ?

Thanks in advance.
Posted

When someone registers with your site, you will be handling it with a postback to your server, so you can capture the event in your code behind and add some code to send an email to the user.

SendMail 101 - How to send e-mails over SMTP (C# and ASP.NET)[^]
 
Share this answer
 
There is no inbuild facility with .net login control to send an email after registration.
it's a customized activity. so you need to send an email with System.Net SMTP.
as marcus said check link to send email.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900