I need a code for sending e-mail

Please support our C# advertiser: Intel Parallel Studio Home
Reply

Join Date: Mar 2007
Posts: 7
Reputation: noora000 is an unknown quantity at this point 
Solved Threads: 0
noora000 noora000 is offline Offline
Newbie Poster

I need a code for sending e-mail

 
0
  #1
Apr 17th, 2007
Hello,
Could you please help me in writing a code for sending an e-mail in c#...

Regards..
Reply With Quote Quick reply to this message  
Join Date: May 2006
Posts: 1,422
Reputation: stymiee is on a distinguished road 
Solved Threads: 35
Moderator
stymiee's Avatar
stymiee stymiee is offline Offline
He's No Good To Me Dead

Re: I need a code for sending e-mail

 
0
  #2
Apr 17th, 2007
Have you written any code yet? If not do so as we do not do work for you. We are only here to help if you have a problem. So write some code and if you have a specific question or problem post it here with your code and we will try to help you. Otherwise you will need to hire someone to do this work for you.
John Conde
Brainyminds | Merchant Account Services | I Love Code
IT'S HERE: Merchant Accounts 101 Everything you need to know about merchant accounts!
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 7
Reputation: noora000 is an unknown quantity at this point 
Solved Threads: 0
noora000 noora000 is offline Offline
Newbie Poster

Re: I need a code for sending e-mail

 
0
  #3
Apr 17th, 2007
Sure I worked on it before, but because I am new for c# I faced many problems,

System.Web.Mail.MailMessage message=new System.Web.Mail.MailMessage();
message.From="from e-mail";
message.To="to e-mail";
message.Subject="Message Subject";
message.Body="Message Body";
System.Web.Mail.SmtpMail.SmtpServer="SMTP Server Address";
System.Web.Mail.SmtpMail.Send(message);

for example this code it does not work,,
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC