Link to home
Start Free TrialLog in
Avatar of MKItani
MKItani

asked on

send an email through C#

Hy every body,
What i want to do is send an email through C# can any body send me the instructions.
Avatar of Pratima
Pratima
Flag of India image

ASKER CERTIFIED SOLUTION
Avatar of magadesign_sviluppo
magadesign_sviluppo
Flag of Italy image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
a nice article on sending mail through asp.net 2.0 :-

http://www.4guysfromrolla.com/articles/072606-1.aspx
to use:
MailingUtilities.autoSendMailTo("hi", "hello world", "yourmail@gmail.com",false);
Avatar of dj_alik
dj_alik

Did you know there are over 20,000 questions (and answers) already on Experts Exchange on how to send email from C#? That little search box in the top-right corner works miracles. ;)

Here are a few links that look like they have good answers, with links and examples (I did glance over them quickly to make sure the answer in the question wasn't nonsense, but I didn't read them all in depth):

http:Q_24901587.html
http:Q_23260537.html
http:Q_20322791.html
http:Q_24739892.html
http:Q_24739438.html