This article explains the steps to send email from your c# windows applications.
Send Email using C#.NET (Visual Studio 2005)
A detailed explanation of SmtpClient Class from msdn .NET Framework Developer Center is provided in the following link.
http://msdn.microsoft.com/en-us/library/system.net.mail.smtpclient.aspx
Friday, June 6, 2008
Subscribe to:
Post Comments (Atom)
2 comments:
haii sujith can u help me to get the code for sending message using web service.....
May be this will help you
Sending SMS using .NET through Web service
http://www.codeproject.com/KB/aspnet/SendingSMS.aspx
Post a Comment