Click here to Skip to main content
15,915,163 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!
Can anyone say how to send mail through html codings.
I am developing a form in html, when the user fields that form and submit it, a mail should come to me along with all the details of the user provided by the user.

Thanks in advance....
Posted

1 solution

Simple answer: With HTML, you can't do it.

You do need some server code, which would send the email for you.
This [^]is how you do it ASP.Net
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-Jul-11 21:38pm    
True, my 5.
--SA

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