PommaLabs.Liquimail.AspNetCore
2.4.0
Prefix Reserved
See the version list below for details.
dotnet add package PommaLabs.Liquimail.AspNetCore --version 2.4.0
NuGet\Install-Package PommaLabs.Liquimail.AspNetCore -Version 2.4.0
<PackageReference Include="PommaLabs.Liquimail.AspNetCore" Version="2.4.0" />
paket add PommaLabs.Liquimail.AspNetCore --version 2.4.0
#r "nuget: PommaLabs.Liquimail.AspNetCore, 2.4.0"
// Install PommaLabs.Liquimail.AspNetCore as a Cake Addin #addin nuget:?package=PommaLabs.Liquimail.AspNetCore&version=2.4.0 // Install PommaLabs.Liquimail.AspNetCore as a Cake Tool #tool nuget:?package=PommaLabs.Liquimail.AspNetCore&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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 3.1.21)
- PommaLabs.Liquimail (>= 2.4.0)
-
net6.0
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 6.0.0)
- PommaLabs.Liquimail (>= 2.4.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 36 | 1/31/2025 |
2.7.0 | 319 | 11/27/2024 |
2.6.0 | 4,533 | 11/18/2023 |
2.5.1 | 738 | 12/18/2022 |
2.5.0 | 109 | 12/17/2022 |
2.4.0 | 5,730 | 11/21/2021 |
2.3.5 | 887 | 8/29/2021 |
2.3.3 | 2,341 | 4/5/2021 |
2.3.2 | 365 | 4/4/2021 |
2.3.0 | 959 | 2/7/2021 |
2.2.0 | 534 | 11/21/2020 |
2.1.2 | 1,456 | 6/15/2020 |
2.1.1 | 518 | 6/14/2020 |
2.1.0 | 533 | 6/14/2020 |