AspNetCore.MailKitMailer 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package AspNetCore.MailKitMailer --version 1.0.3
NuGet\Install-Package AspNetCore.MailKitMailer -Version 1.0.3
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="AspNetCore.MailKitMailer" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AspNetCore.MailKitMailer --version 1.0.3
#r "nuget: AspNetCore.MailKitMailer, 1.0.3"
#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 AspNetCore.MailKitMailer as a Cake Addin
#addin nuget:?package=AspNetCore.MailKitMailer&version=1.0.3

// Install AspNetCore.MailKitMailer as a Cake Tool
#tool nuget:?package=AspNetCore.MailKitMailer&version=1.0.3

## Important
This is a .net core 3.1 compiled version.
Users who use .net 5 please install the `1.1.x` package versions.
Users who use .net 6 please install the `1.2.x` versions

## About
An slim and simple client to handle HTML Mails in .net 3.1+ 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.

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

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
1.2.2 6,426 4/12/2022
1.2.1 1,072 2/10/2022
1.2.0 794 12/30/2021
1.1.3 1,449 2/7/2022
1.1.2 769 12/30/2021
1.1.1 748 12/29/2021
1.1.0 732 12/29/2021
1.0.4 778 12/30/2021
1.0.3 734 12/30/2021
1.0.2 681 12/28/2021
1.0.1 767 12/23/2021
1.0.0 890 12/23/2021

* Removed obsolete WebClient and added http client instead.
   * Fixed Attachment Builder for filedownload when no content type is set
* Attachment Builder now respects the Content-Disposition  Header if no filename in url is found