naveed-ahmad.com
C# – Simple Email Service
This is just a quick snippet for sending emails using standard .NET/C# components. Here, I assume that FTP server is already configured or you have the details. /* EmailService.cs */ using System; …