PommaLabs.Liquimail
2.4.0
Prefix Reserved
See the version list below for details.
dotnet add package PommaLabs.Liquimail --version 2.4.0
NuGet\Install-Package PommaLabs.Liquimail -Version 2.4.0
<PackageReference Include="PommaLabs.Liquimail" Version="2.4.0" />
paket add PommaLabs.Liquimail --version 2.4.0
#r "nuget: PommaLabs.Liquimail, 2.4.0"
// Install PommaLabs.Liquimail as a Cake Addin #addin nuget:?package=PommaLabs.Liquimail&version=2.4.0 // Install PommaLabs.Liquimail as a Cake Tool #tool nuget:?package=PommaLabs.Liquimail&version=2.4.0
Liquimail
Liquimail implements glue code to use Liquid templates with MailKit.
Liquimail templates are processed using DotLiquid library and mail messages are sent with MailKit.
Liquid templates can be stored in three different ways:
- Local file system,
- Embedded resources,
- SQL database table.
A fake, in-memory mail sender is also provided in order to easily perform unit tests.
Table of Contents
Install
NuGet package PommaLabs.Liquimail is available for download:
dotnet add package PommaLabs.Liquimail
Another package, PommLabs.Liquimail.AspNetCore, which is focused on ASP.NET Core integrations, is also available for download:
dotnet add package PommaLabs.Liquimail.AspNetCore
Usage
Liquimail exposes two main interfaces:
- IMailSender, which actually sends mail messages.
- IMailTemplatesManager, which loads mail templates.
Configuring the first interface is mandatory, while the second one is needed
only when using SendMail
overloads which use the templating system based on DotLiquid.
Maintainers
Contributing
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
License
MIT © 2018-2021 Alessio Parma
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- AngleSharp (>= 0.16.1)
- DotLiquid (>= 2.2.580)
- MailKit (>= 2.15.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.21)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.21)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
-
.NETFramework 4.6.1
- AngleSharp (>= 0.16.1)
- DotLiquid (>= 2.2.580)
- MailKit (>= 2.15.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
-
.NETFramework 4.7.2
- AngleSharp (>= 0.16.1)
- DotLiquid (>= 2.2.580)
- MailKit (>= 2.15.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
-
net6.0
- AngleSharp (>= 0.16.1)
- DotLiquid (>= 2.2.580)
- MailKit (>= 2.15.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 6.0.0)
- System.Diagnostics.DiagnosticSource (>= 6.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on PommaLabs.Liquimail:
Package | Downloads |
---|---|
PommaLabs.Liquimail.AspNetCore
Liquimail implements glue code to use Liquid templates with MailKit. This package contains ASP.NET Core extensions, helpers and components. For example, this package contains an health check which makes sure that SMTP server is reachable. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.6.0 | 5,107 | 11/18/2023 |
2.5.1 | 968 | 12/18/2022 |
2.5.0 | 97 | 12/17/2022 |
2.4.0 | 5,575 | 11/21/2021 |
2.3.5 | 768 | 8/29/2021 |
2.3.4 | 232 | 8/19/2021 |
2.3.3 | 2,272 | 4/5/2021 |
2.3.2 | 506 | 4/4/2021 |
2.3.0 | 1,160 | 2/7/2021 |
2.2.0 | 670 | 11/21/2020 |
2.1.2 | 1,715 | 6/15/2020 |
2.1.1 | 658 | 6/14/2020 |
2.1.0 | 666 | 6/14/2020 |
2.0.2 | 564 | 6/11/2020 |
2.0.1 | 484 | 6/1/2020 |
2.0.0 | 595 | 3/9/2020 |
1.2.2 | 525 | 3/2/2020 |
1.2.1 | 553 | 2/23/2020 |
1.2.0 | 754 | 1/2/2020 |
1.1.6 | 2,458 | 8/31/2019 |
1.1.5 | 2,535 | 2/28/2019 |
1.1.4 | 1,596 | 12/28/2018 |
1.1.3 | 1,367 | 11/11/2018 |
1.1.2 | 1,438 | 9/1/2018 |
1.1.0 | 1,254 | 8/22/2018 |
1.0.2 | 863 | 8/17/2018 |
1.0.1 | 904 | 8/14/2018 |
1.0.0 | 1,060 | 6/2/2018 |
0.1.0 | 980 | 5/27/2018 |