AspNetCore.MailKitMailer
1.0.3
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
<PackageReference Include="AspNetCore.MailKitMailer" Version="1.0.3" />
paket add AspNetCore.MailKitMailer --version 1.0.3
#r "nuget: AspNetCore.MailKitMailer, 1.0.3"
// 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 | Versions 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. |
-
.NETCoreApp 3.1
- HtmlAgilityPack (>= 1.11.39)
- MailKit (>= 3.0.0)
- Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (>= 3.1.20)
- Microsoft.Extensions.Configuration (>= 3.1.22)
- Microsoft.Extensions.Configuration.Binder (>= 3.1.22)
- Microsoft.Extensions.Options (>= 3.1.22)
- Newtonsoft.Json (>= 13.0.1)
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 | |
---|---|---|---|
2.0.0 | 207 | 10/11/2024 | |
1.2.2 | 8,515 | 4/12/2022 | |
1.2.1 | 1,135 | 2/10/2022 | |
1.2.0 | 850 | 12/30/2021 | |
1.1.3 | 1,525 | 2/7/2022 | |
1.1.2 | 826 | 12/30/2021 | |
1.1.1 | 801 | 12/29/2021 | |
1.1.0 | 791 | 12/29/2021 | |
1.0.4 | 838 | 12/30/2021 | |
1.0.3 | 788 | 12/30/2021 | |
1.0.2 | 738 | 12/28/2021 | |
1.0.1 | 827 | 12/23/2021 | |
1.0.0 | 958 | 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