RazorEngineEmails
This is the accompanying code for the Generating HTML emails with RazorEngine blog post series.
Quick description of each project:
- Introduction
- Basics: generating your first email
- More Basics: caching, VS integration & namespace config
- Taking a step back: what is Razor and what does RazorEngine actually do?
- URL generation & T4MVC integration with RazorEngine (TBD)
- Layouts with RazorEngine (TBD)
- Partials with RazorEngine (TBD)
- On keeping your sanity: inlining CSS with PreMailer.Net (TBD)
- Getting a little help from CsQuery: including subject, sender and recipient information in your email templates (TBD)
- Putting it all together: building a complete email-generation library with RazorEngine, PreMailer.Net and CsQuery (TBD)
Refer to the blog for the details.