Skip to content

Release v2.0.1

Choose a tag to compare

@github-actions github-actions released this 13 Dec 01:38
7a288df

Info

Important

This is a .NET 8 compiled version.
Users who use .net 8 please install the 1.2.x package versions.
Users who use .net 5 please install the 1.1.x package versions.
Users who use .net core 3.1 please install the 1.0.x versions

What is this?

An slim and simple client to handle HTML Mails in .net core 6+ for Mailkit. This client allows you to send e-mails via MailKit rendered by razor view engine including helpers for css inlining and absolute urls.

Changes in v2.0.1

  • Added "GetContent" Method to retrieve the rendered content as string (See readme for examples)