2 min read
Sending Custom Emails using C#
Are you developing a .NET application using C# and need the ability to send custom emails? Look no further. One of the beauties of .NET is the bounty of (often) free to use libraries available via Nuget. My favorite for sending emails is MailKit...
Read More
