Skip to content
 
 

Latest commit

 

History

28 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

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.

关于

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

Resources

Stars

0 stars

关注者

2 watching

复刻s

发布

贡献者

Languages