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.
C#

Avatar of undefined
Last Comment
Todd Gerbert

8/22/2022 - Mon
Pratima

Éric Moreau

ASKER CERTIFIED SOLUTION
magadesign_sviluppo

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
mayank_joshi

a nice article on sending mail through asp.net 2.0 :-

http://www.4guysfromrolla.com/articles/072606-1.aspx
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
mayank_joshi

magadesign_sviluppo

to use:
MailingUtilities.autoSendMailTo("hi", "hello world", "yourmail@gmail.com",false);
dj_alik

⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
Todd Gerbert

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