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 [...]
{ 7 comments }
My name is David Azzopardi and I'm a software developer by profession. I have been working in the software industry for around eleven years now and I have learned a few things through my experiences.