Click here to Skip to main content
16,009,185 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am designing a feedback form in asp.net and this form contains a button.
When the client clicks on this buttion then I want to receive this field information through email.

Please help me.
Posted
Updated 19-Aug-10 22:39pm
v4
Comments
Dalek Dave 20-Aug-10 4:39am    
Edited for Grammar.

What have you tried ? Do you know anythign about the task at hand ? Do you want to write a generic mail program with a web interface, or interact with one specific provider ? If what you posted is all you know about the problem, you'd be better off paying a programmer to do it for you.
 
Share this answer
 
Comments
Nyarost 20-Aug-10 2:11am    
Programmer would hang up receiving undefined task which must be done :)
Using your Form data, create a Mail Body as desired with proper HTML tags and then send mail with this Mail body,

Send Email in ASP.Net 2.0 - Feed back Form[^]
 
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