Skip to content

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

Notifications You must be signed in to change notification settings

rasped-zz/PreMailer.Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

PreMailer.Net

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);

Credits

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published