how to send email wth email template c#
As an alternative to MailDefinition, have a look at RazorEngine https://github.com/Antaris/RazorEngine. RazorEngine is a simplified templating framework built around Microsoft’s new Razor parsing engine, used in both ASP.NET MVC3 and Web Pages. RazorEngine provides a wrapper and additional services built around the parsing engine to allow the parsing technology to be used in other project … Read more