January 2008 - Posts

2
Comments

Send mails from .NET by MarianoS

.NET offers a simple way to send mails from our applications. We only need to create a instance of the class MailMessage, that will represent the email, and another instance of the class Smtp that will act like a Smtp Client to send the email. Both of...
More Posts