codesmithtools / PreMailer.Net

C# .Net library, that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.

Home Page:http://milkshakesoftware.github.com/PreMailer.Net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PreMailer.Net Build Status

C# Library for moving CSS to inline style attributes, to gain maximum E-mail client compatibility.

Usage

string htmlSource = File.ReadAllText(@"C:\Workspace\testmail.html");

PreMailer pm = new PreMailer();

string premailedOutput = pm.MoveCssInline(htmlSource, false);

Installation

NuGet: PreMailer.Net

Credits

License

PreMailer.Net is available under the MIT license. See the LICENSE file for more info.

About

C# .Net library, that moves your stylesheets to inline style attributes, for maximum compatibility with E-mail clients.

http://milkshakesoftware.github.com/PreMailer.Net/

License:MIT License


Languages

Language:C# 100.0%