by
16. April 2007 05:07
Did you know you can use your gmail mail server to send and receive emails programmatically for free?
It's true; gmail allows you to use their mail servers to send email from your applications. If you combine that with the ASP.NET System.Net.Mail.SmtpClient class, you are ready to use your free gmail account and server.
More Info at: http://www.mycsharpcorner.com/Post.aspx?postID=33
Via: Greg's Cool Stuff of the Day