A2v10.MailClient
10.1.8656
dotnet add package A2v10.MailClient --version 10.1.8656
NuGet\Install-Package A2v10.MailClient -Version 10.1.8656
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="A2v10.MailClient" Version="10.1.8656" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="A2v10.MailClient" Version="10.1.8656" />
<PackageReference Include="A2v10.MailClient" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add A2v10.MailClient --version 10.1.8656
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: A2v10.MailClient, 10.1.8656"
#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.
#:package A2v10.MailClient@10.1.8656
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=A2v10.MailClient&version=10.1.8656
#tool nuget:?package=A2v10.MailClient&version=10.1.8656
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
About
A2v10.MailClient is a simple wrapper for using the MimeKit package in A2v10 applications.
Related Packages
How to use
//!!!Before Use Platform. It has a default implementation.
services.UseMailClient();
}
appsettings.json section
"MailSettings": {
"Host": "host name",
"Port": <port>, /* 25, 587 (SSL), 465 (SMTP over SSL) */
"From": "from_address",
"FromName": "from_display_name"
"UserName": "user_name",
"Password": "user_password",
"Secure": "None" | "Auto" | "SslOnConnect" | "StartTls" | "StartTlsWhenAvailable",
"SkipCertificateValidation": true,
"DeliveryMethod": "FileSystem" | "Smtp",
"PickupDirectoryLocation": "c:/dir_for_messages_for_file_system"
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- A2v10.Infrastructure (>= 10.1.8655)
- BouncyCastle.Cryptography (>= 2.7.0)
- MailKit (>= 4.18.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.12)
-
net8.0
- A2v10.Infrastructure (>= 10.1.8655)
- BouncyCastle.Cryptography (>= 2.7.0)
- MailKit (>= 4.18.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.12)
-
net9.0
- A2v10.Infrastructure (>= 10.1.8655)
- BouncyCastle.Cryptography (>= 2.7.0)
- MailKit (>= 4.18.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.12)
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 |
|---|---|---|
| 10.1.8656 | 35 | 9/14/2026 |
| 10.1.8655 | 41 | 9/13/2026 |
| 10.1.8653 | 46 | 9/13/2026 |
| 10.1.8650 | 225 | 8/18/2026 |
| 10.1.8647 | 292 | 7/15/2026 |
| 10.1.8642 | 276 | 6/27/2026 |
| 10.1.8641 | 211 | 6/10/2026 |
| 10.1.8639 | 124 | 6/7/2026 |
| 10.1.8636 | 280 | 4/24/2026 |
| 10.1.8634 | 130 | 4/21/2026 |
| 10.1.8630 | 317 | 3/24/2026 |
| 10.1.8625 | 229 | 3/8/2026 |
| 10.1.8622 | 168 | 2/24/2026 |
| 10.1.8620 | 247 | 1/17/2026 |
| 10.1.8601 | 300 | 12/26/2025 |
| 10.1.8600 | 607 | 12/1/2025 |
| 10.1.8575 | 443 | 10/19/2025 |
| 10.1.8573 | 294 | 10/1/2025 |
| 10.1.8571 | 310 | 9/14/2025 |
| 10.1.8565 | 337 | 8/12/2025 |
Loading failed