PreMailer.Net
1.1.2
See the version list below for details.
dotnet add package PreMailer.Net --version 1.1.2
NuGet\Install-Package PreMailer.Net -Version 1.1.2
<PackageReference Include="PreMailer.Net" Version="1.1.2" />
paket add PreMailer.Net --version 1.1.2
#r "nuget: PreMailer.Net, 1.1.2"
// Install PreMailer.Net as a Cake Addin #addin nuget:?package=PreMailer.Net&version=1.1.2 // Install PreMailer.Net as a Cake Tool #tool nuget:?package=PreMailer.Net&version=1.1.2
Use PreMailer.Net before sending HTML e-mails. E-mail clients are very primitive HTML renderers, and it is very difficult to achieve full support for rich HTML e-mail accross e-mail clients.
One thing that makes it easier, is to move all CSS from a style section in the HTML Head, to inline style attributes on each element.
Create your e-mails with embedded style sections, and have PreMailer.Net move that CSS to inline style attributes before sending.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (30)
Showing the top 5 NuGet packages that depend on PreMailer.Net:
Package | Downloads |
---|---|
Kentico.Xperience.Libraries
The runtime assemblies for libraries and applications that use Kentico Xperience API. |
|
ImmediaC.SimpleCms
ASP.NET Core based CMS |
|
evernote-cloud-sdk-windows
Evernote Cloud SDK for Windows |
|
ActionMailerNext
Package Description |
|
FenixAlliance.ACL.SDK
Application Component for the Alliance Business Suite. |
GitHub repositories (6)
Showing the top 5 popular GitHub repositories that depend on PreMailer.Net:
Repository | Stars |
---|---|
smartstore/SmartStoreNET
Open Source ASP.NET MVC Enterprise eCommerce Shopping Cart Solution
|
|
smartstore/Smartstore
A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
|
|
SparkDevNetwork/Rock
An open source CMS, Relationship Management System (RMS) and Church Management System (ChMS) all rolled into one.
|
|
TerribleDev/OwinOAuthProviders
OAuth providers for Owin
|
|
CervantesSec/cervantes
Cervantes is an open-source, collaborative platform designed specifically for pentesters and red teams. It serves as a comprehensive management tool, streamlining the organization of projects, clients, vulnerabilities, and reports in a single, centralized location.
|
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 276,656 | 5/22/2024 |
2.5.0 | 360,236 | 11/24/2023 |
2.4.0 | 3,180,495 | 11/2/2021 |
2.3.0 | 74,914 | 10/8/2021 |
2.2.0 | 3,088,986 | 4/8/2020 |
2.1.3 | 547,534 | 10/30/2019 |
2.1.1 | 68,171 | 9/16/2019 |
2.1.0 | 40,722 | 9/6/2019 |
2.0.1 | 645,111 | 12/7/2018 |
2.0.0 | 981,227 | 7/18/2018 |
2.0.0-beta2 | 96,480 | 3/21/2017 |
2.0.0-beta1 | 2,827 | 3/21/2017 |
1.5.5 | 916,841 | 11/7/2016 |
1.5.4 | 138,031 | 8/2/2016 |
1.5.3 | 81,718 | 4/15/2016 |
1.5.2 | 20,625 | 4/12/2016 |
1.5.1 | 30,712 | 3/29/2016 |
1.5.0 | 24,813 | 2/23/2016 |
1.4.3 | 48,701 | 12/16/2015 |
1.4.2 | 223,267 | 7/29/2015 |
1.4.1 | 43,968 | 5/22/2015 |
1.4.0 | 4,647 | 5/3/2015 |
1.3.1 | 72,659 | 3/22/2015 |
1.3.0 | 67,801 | 3/1/2015 |
1.2.9 | 165,739 | 11/19/2014 |
1.2.8 | 18,138 | 10/28/2014 |
1.2.7 | 275,356 | 7/28/2014 |
1.2.6 | 36,799 | 5/22/2014 |
1.2.5 | 2,361 | 5/22/2014 |
1.2.4 | 120,419 | 2/18/2014 |
1.2.3 | 8,383 | 11/25/2013 |
1.2.2 | 2,634 | 11/13/2013 |
1.2.1 | 2,392 | 11/12/2013 |
1.2.0 | 2,423 | 11/11/2013 |
1.1.3 | 2,770 | 11/7/2013 |
1.1.2 | 16,810 | 6/5/2012 |
1.1.1 | 17,920 | 11/5/2011 |
1.1.0 | 3,177 | 9/29/2011 |
1.0.0 | 4,031 | 9/12/2011 |
Updated package to include pull request #7: NullReferenceException if no <style>-elements
https://github.com/milkshakesoftware/PreMailer.Net/pull/7