NuvTools.Notification.Mail.Smtp
10.0.7
dotnet add package NuvTools.Notification.Mail.Smtp --version 10.0.7
NuGet\Install-Package NuvTools.Notification.Mail.Smtp -Version 10.0.7
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="NuvTools.Notification.Mail.Smtp" Version="10.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NuvTools.Notification.Mail.Smtp" Version="10.0.7" />
<PackageReference Include="NuvTools.Notification.Mail.Smtp" />
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 NuvTools.Notification.Mail.Smtp --version 10.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NuvTools.Notification.Mail.Smtp, 10.0.7"
#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 NuvTools.Notification.Mail.Smtp@10.0.7
#: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=NuvTools.Notification.Mail.Smtp&version=10.0.7
#tool nuget:?package=NuvTools.Notification.Mail.Smtp&version=10.0.7
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
NuvTools Notification Libraries
A comprehensive set of modular .NET libraries for notification and messaging scenarios, including email, real-time communication, and cloud-based messaging with Azure Service Bus and SignalR.
Libraries
Documentation
- Mail — Email notifications via SMTP with MailKit
- Messaging — Azure Service Bus queues/topics with session and scheduled delivery support
- Realtime — Real-time broadcasting with Azure SignalR
Architecture
Design Principles
- Separation of Concerns: Abstractions are separate from implementations
- Dependency Inversion: Depend on interfaces, not concrete implementations
- Provider Pattern: Easily swap implementations (e.g., SMTP to SendGrid)
- Generic Message Envelope: Type-safe message bodies with common metadata
- Background Processing: Built-in hosted services for message consumers
Building and Development
Prerequisites
- .NET 8 SDK or later
- Visual Studio 2022 17.4+ or JetBrains Rider 2023.1+ (for
.slnxsupport)
Build Commands
dotnet build NuvTools.Notification.slnx # Build all
dotnet build -c Release NuvTools.Notification.slnx # Release build + NuGet packages
dotnet restore NuvTools.Notification.slnx # Restore packages
dotnet clean NuvTools.Notification.slnx # Clean build artifacts
Target Frameworks
All libraries target .NET 8, .NET 9, and .NET 10.
Contributing
Contributions are welcome! Please ensure:
- All code follows existing patterns and conventions
- XML documentation is provided for all public APIs
- Code builds without warnings
License
Copyright © 2026 Nuv Tools. All rights reserved.
Resources
- Website: nuvtools.com
- NuGet Packages: Available on NuGet.org
| 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
- MailKit (>= 4.16.0)
- Microsoft.Extensions.Options (>= 10.0.7)
- NuvTools.Notification.Mail (>= 10.0.7)
-
net8.0
- MailKit (>= 4.16.0)
- Microsoft.Extensions.Options (>= 10.0.7)
- NuvTools.Notification.Mail (>= 10.0.7)
-
net9.0
- MailKit (>= 4.16.0)
- Microsoft.Extensions.Options (>= 10.0.7)
- NuvTools.Notification.Mail (>= 10.0.7)
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.0.7 | 100 | 5/1/2026 |
| 10.0.5 | 134 | 3/16/2026 |
| 10.0.3 | 106 | 3/7/2026 |
| 10.0.2 | 250 | 1/26/2026 |
| 10.0.0 | 151 | 12/6/2025 |
| 9.5.0 | 221 | 10/26/2025 |
| 9.3.0 | 598 | 8/1/2025 |
| 9.2.0 | 464 | 5/22/2025 |
| 9.1.0 | 254 | 4/10/2025 |
| 9.0.0 | 202 | 11/13/2024 |
| 8.1.0 | 209 | 9/9/2024 |
| 8.0.3 | 260 | 3/5/2024 |
| 7.0.1 | 320 | 8/27/2023 |
| 7.0.0 | 356 | 2/27/2023 |