Sending email from Webpage
-
I have 3 textboxes on my webform (Sender's email,name, age). When they hit submit, an email must be sent to an email address eg. me@gmail.com with the subject and the body should be the information from the 3 textboxes. How can I do this?
-
I have 3 textboxes on my webform (Sender's email,name, age). When they hit submit, an email must be sent to an email address eg. me@gmail.com with the subject and the body should be the information from the 3 textboxes. How can I do this?
1 - try using the ASP.NET forum for ASP.NET questions 2 - try using google first, the web abounds with examples on how to perform this trivial task
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I have 3 textboxes on my webform (Sender's email,name, age). When they hit submit, an email must be sent to an email address eg. me@gmail.com with the subject and the body should be the information from the 3 textboxes. How can I do this?
Have a look at
System.Net.Mail
namespace.Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson