RazorMailer - A Simple .NET Email Framework Using Razor Templates

After a considerable amount of effort (a lot more than I realised), RazorMailer [https://github.com/jonleigh/RazorMailer] is ready to be released under version 1.0.0. RazorMailer is a .NET based email framework that uses Razor templates (and RazorEngine [https://github.com/Antaris/RazorEngine] under the hood) to…

Creating a New Email Framework for .NET

For a while, I've been toying with the idea of writing a simple mail sending package for .NET. The only viable solution at the moment is ActionMailer.Net [https://bitbucket.org/swaj/actionmailer.net/wiki/Home] which was initially abandoned but then found a new home at ActionMailerNext…