NuvTools.Notification.Mail
10.1.1
dotnet add package NuvTools.Notification.Mail --version 10.1.1
NuGet\Install-Package NuvTools.Notification.Mail -Version 10.1.1
<PackageReference Include="NuvTools.Notification.Mail" Version="10.1.1" />
<PackageVersion Include="NuvTools.Notification.Mail" Version="10.1.1" />
<PackageReference Include="NuvTools.Notification.Mail" />
paket add NuvTools.Notification.Mail --version 10.1.1
#r "nuget: NuvTools.Notification.Mail, 10.1.1"
#:package NuvTools.Notification.Mail@10.1.1
#addin nuget:?package=NuvTools.Notification.Mail&version=10.1.1
#tool nuget:?package=NuvTools.Notification.Mail&version=10.1.1
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 or the Twilio Email API
- 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 Twilio Email)
- 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. |
-
net10.0
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
-
net8.0
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
-
net9.0
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.10)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on NuvTools.Notification.Mail:
| Package | Downloads |
|---|---|
|
NuvTools.Notification.Mail.Smtp
SMTP implementation for NuvTools.Notification.Mail using MailKit and MimeKit. Provides SMTPMailService for sending emails with full support for HTML content, file attachments, SSL/TLS encryption, and authentication. Configurable via dependency injection. |
|
|
NuvTools.Notification.Mail.Twilio
Twilio Email API implementation for NuvTools.Notification.Mail. Provides TwilioMailService, a resilient typed HTTP client for the Twilio Email endpoint (comms.twilio.com/v1/Emails) with support for HTML and plain text content, Base64 attachments, inline images, custom headers, tags, Liquid personalization variables, and scheduled delivery. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 10.1.1 | 29 | 8/1/2026 |
| 10.1.0 | 33 | 8/1/2026 |
| 10.0.9 | 575 | 6/27/2026 |
| 10.0.8 | 148 | 5/26/2026 |
| 10.0.7 | 146 | 5/1/2026 |
| 10.0.5 | 181 | 3/16/2026 |
| 10.0.3 | 131 | 3/7/2026 |
| 10.0.2 | 278 | 1/26/2026 |
| 10.0.0 | 180 | 12/6/2025 |
| 9.5.0 | 280 | 10/26/2025 |
| 9.3.0 | 613 | 8/1/2025 |
| 9.2.0 | 496 | 5/22/2025 |
| 9.1.0 | 282 | 4/10/2025 |
| 9.0.0 | 241 | 11/13/2024 |
| 8.1.0 | 276 | 9/9/2024 |
| 8.0.3 | 372 | 3/5/2024 |
| 7.0.0 | 678 | 2/27/2023 |