C# How to Send Email
4/1/2014·1 min read
Using C#.NET could easily send email, so the dll is under System.Net.Mail. Here'll show how to simply sending email if your SMTP is setup already.
Ok, i'll stop talking, just sharing code sample.
Using C#.NET could easily send email, so the dll is under System.Net.Mail. Here'll show how to simply sending email if your SMTP is setup already.
Ok, i'll stop talking, just sharing code sample.