Click here to Skip to main content
15,921,959 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How can i integrate my user feedback form (in my asp.net website) with gmail,yahoo, etc. I want that whenever user submits his form that contains a mandatory email id field an aotogenerated mail go into his mail id . How can i do this? Basic idea ?

Thanks
Posted
Comments
Thanks7872 29-Jul-13 1:08am    
This is not integration. This is something related to sending mail.
Rambo_Raja 29-Jul-13 1:19am    
ok ok..can you tell me how can i send email using asp.net .

1 solution

Refer these links:

Send Mail / Contact Form using ASP.NET and C#[^]

Sending mail using ASP.NET with optional parameters[^]

Additionally, i recommend you to have a look at below link

SmtpClient.EnableSsl Property[^]

Regards..:laugh:
 
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