Fluent Email Now Supporting Razor Syntax For Templates

Tweet A while back I wrote Fluent Email, a little .NET wrapper for sending emails with System.Net.Mail using a fluent interface. After relentless requests (there was at least 2) to publish the library on NuGet.org I eventually caved in. You can add Fluent Email to your project using Nuget’s built in library package manager or [...]

User Control Email Templates in asp.net

Tweet Just about every project i work on needs to send customized emails and everytime I hate doing it. Inspired by some answers in this stackoverflow question I thought I’d give a simple .ascx based email template system a dig. First thing I did was set up a base class for template controls to inherit [...]