PommaLabs.Liquimail 2.6.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
This package has a SemVer 2.0.0 package version: 2.6.0+c6dc854e.
dotnet add package PommaLabs.Liquimail --version 2.6.0
NuGet\Install-Package PommaLabs.Liquimail -Version 2.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PommaLabs.Liquimail" Version="2.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PommaLabs.Liquimail --version 2.6.0
#r "nuget: PommaLabs.Liquimail, 2.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PommaLabs.Liquimail as a Cake Addin
#addin nuget:?package=PommaLabs.Liquimail&version=2.6.0

// Install PommaLabs.Liquimail as a Cake Tool
#tool nuget:?package=PommaLabs.Liquimail&version=2.6.0

Liquimail

License: MIT Donate Docs NuGet version NuGet downloads

standard-readme compliant GitLab pipeline status Quality gate Code coverage Renovate enabled

Liquimail implements glue code to use Liquid templates with MailKit.

Library is feature complete and no further development is planned on this project, except for routine maintenance and bug fixes.

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:

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

@pomma89.

Contributing

MRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

Editing

Visual Studio Code, with Remote Containers extension, is the recommended way to work on this project.

A development container has been configured with all required tools.

Visual Studio Community is also supported and an updated solution file, liquimail.sln, has been provided.

Restoring dependencies

When opening the development container, dependencies should be automatically restored.

Anyway, dependencies can be restored with following command:

dotnet restore

Running tests

Tests can be run with following command:

dotnet test

Tests can also be run with following command, which collects coverage information:

./build.sh --target run-tests

License

MIT © 2018-2023 PommaLabs Team and Contributors

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PommaLabs.Liquimail:

Package Downloads
PommaLabs.Liquimail.AspNetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 3,979 11/18/2023
2.5.1 882 12/18/2022
2.5.0 84 12/17/2022
2.4.0 4,773 11/21/2021
2.3.5 746 8/29/2021
2.3.4 209 8/19/2021
2.3.3 2,219 4/5/2021
2.3.2 465 4/4/2021
2.3.0 1,120 2/7/2021
2.2.0 626 11/21/2020
2.1.2 1,676 6/15/2020
2.1.1 614 6/14/2020
2.1.0 620 6/14/2020
2.0.2 530 6/11/2020
2.0.1 453 6/1/2020
2.0.0 561 3/9/2020
1.2.2 498 3/2/2020
1.2.1 517 2/23/2020
1.2.0 728 1/2/2020
1.1.6 2,430 8/31/2019
1.1.5 2,503 2/28/2019
1.1.4 1,566 12/28/2018
1.1.3 1,325 11/11/2018
1.1.2 1,402 9/1/2018
1.1.0 1,207 8/22/2018
1.0.2 815 8/17/2018
1.0.1 858 8/14/2018
1.0.0 1,026 6/2/2018
0.1.0 945 5/27/2018