Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i'm creating a sign up page where user have to put their email. how do i send a email to the email that the user have keyed in after clicking the sign up button?
Posted

If you Google there are a lot of examples how to send mail with C#. For example teh following:
- Send Mail / Contact Form using ASP.NET and C#[^]
- Sending Emails Easily Using ASP.NET Helpers[^]
 
Share this answer
 
Hi,
There is already an article related to your query

Sending Emails Easily Using ASP.NET Helpers[^]

Thnks
 
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