email code for contact us form
-
hi. I'm making a contact us form with asp.net 1.1 & C# . the form has textbox which people can type their name,email and message ... then they click the "send" button. I want to recieve their message and name and email in my inbox not in my database! because I have written the code which can save the message in the database.but it doesnt the thing that I want.! I want to recieve their message and name and email in my inbox( I mean my email address inbox ). So,please tell me how to do it ? thank alot
-
hi. I'm making a contact us form with asp.net 1.1 & C# . the form has textbox which people can type their name,email and message ... then they click the "send" button. I want to recieve their message and name and email in my inbox not in my database! because I have written the code which can save the message in the database.but it doesnt the thing that I want.! I want to recieve their message and name and email in my inbox( I mean my email address inbox ). So,please tell me how to do it ? thank alot
You can do it by SMTP.
Regards, Satips.
-
hi. I'm making a contact us form with asp.net 1.1 & C# . the form has textbox which people can type their name,email and message ... then they click the "send" button. I want to recieve their message and name and email in my inbox not in my database! because I have written the code which can save the message in the database.but it doesnt the thing that I want.! I want to recieve their message and name and email in my inbox( I mean my email address inbox ). So,please tell me how to do it ? thank alot
hi there: try with
System.Web.Mail
Namespace << >> -
hi there: try with
System.Web.Mail
Namespace << >> -
just do a quick search...got a lot of this stuff here is just one http://www.codeproject.com/useritems/EmailApplication.asp[^] << >>