PommaLabs.Liquimail.AspNetCore 2.3.5
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
Showing the top 20 packages that depend on PommaLabs.Liquimail.AspNetCore.
Packages | Downloads |
---|---|
Finsa.CaravanCore
Package Description
|
50 |
Finsa.CaravanCore
Package Description
|
57 |
Finsa.CaravanCore
Package Description
|
64 |
Finsa.CaravanCore
Package Description
|
65 |
Finsa.CaravanCore
Package Description
|
74 |
Finsa.CaravanCore
Package Description
|
87 |
Finsa.CaravanCore
Package Description
|
99 |
Finsa.CaravanCore
Package Description
|
100 |
Finsa.CaravanCore
Package Description
|
105 |
Finsa.CaravanCore
Package Description
|
106 |
Finsa.CaravanCore
Package Description
|
152 |
Finsa.CaravanCore
Package Description
|
177 |
Finsa.CaravanCore
Package Description
|
288 |
Finsa.CaravanCore
Package Description
|
384 |
Finsa.CaravanCore
Package Description
|
431 |
Finsa.CaravanCore
Package Description
|
473 |
Finsa.CaravanCore
Package Description
|
574 |
Finsa.CaravanCore
Package Description
|
1,254 |
Finsa.CaravanCore
Package Description
|
2,164 |
.NET 5.0
- PommaLabs.Liquimail (>= 2.3.5)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 2.2.0)
.NET Standard 2.0
- PommaLabs.Liquimail (>= 2.3.5)
- Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (>= 2.2.0)
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 17 | 02/28/2025 |
2.7.0 | 16 | 01/03/2025 |
2.6.0 | 26 | 02/08/2024 |
2.5.1 | 30 | 10/17/2023 |
2.5.0 | 26 | 02/08/2024 |
2.4.0 | 283 | 12/07/2021 |
2.3.5 | 205 | 09/10/2021 |
2.3.3 | 173 | 04/05/2021 |
2.3.2 | 26 | 04/04/2021 |
2.3.0 | 413 | 02/07/2021 |
2.2.0 | 31 | 11/21/2020 |
2.1.2 | 452 | 07/04/2020 |
2.1.1 | 24 | 02/08/2024 |
2.1.0 | 25 | 02/08/2024 |