Posts tagged as:

Email

In this article I am going to show you how to programmatically send an email to any email address using your Gmail account.
The .NET 2.0 framework makes sending emails pretty easy. It contains a System.Net.Mail.MailMessage class which allows you to quickly build an email message.
Before we begin building our message we must add [...]

{ 0 comments }