Perago.SharedKernel.Notification
1.0.98
dotnet add package Perago.SharedKernel.Notification --version 1.0.98
NuGet\Install-Package Perago.SharedKernel.Notification -Version 1.0.98
<PackageReference Include="Perago.SharedKernel.Notification" Version="1.0.98" />
<PackageVersion Include="Perago.SharedKernel.Notification" Version="1.0.98" />
<PackageReference Include="Perago.SharedKernel.Notification" />
paket add Perago.SharedKernel.Notification --version 1.0.98
#r "nuget: Perago.SharedKernel.Notification, 1.0.98"
#:package Perago.SharedKernel.Notification@1.0.98
#addin nuget:?package=Perago.SharedKernel.Notification&version=1.0.98
#tool nuget:?package=Perago.SharedKernel.Notification&version=1.0.98
Perago.SharedKernel.Notification
Email send/receive helpers (MailKit) plus the IMessageNotification contract used by shared-kernel services.
Installation
dotnet add package Perago.SharedKernel.Notification
Getting Started
Send email
IEmailService email = new EmailService(emailConfiguration);
email.Send(new EmailMessage
{
Subject = "Order confirmation",
Content = "Your order was received."
});
EmailMessage has FromAddresses, ToAddresses, Subject, and Content. Configure SMTP/POP through IEmailConfiguration (EmailConfiguration). SmtpTlsMode defaults to Automatic (StartTls, or SslOnConnect on port 465); set None only for local mail catchers.
Outbound mail treats Content as untrusted HTML: EmailService sanitizes it with HtmlSanitizer and sends a multipart message with plain-text and HTML parts.
Message notification contract
MessageNotification implements IMessageNotification but is a legacy no-op placeholder and is obsolete. Prefer a service-owned notification implementation.
Dependencies
- HtmlSanitizer (9.2.1039)
- MailKit (4.18.0)
- MimeKit (4.18.0)
- Microsoft.Extensions.Logging.Abstractions (10.0.12)
- Perago.SharedKernel.Abstraction.Application
- Perago.SharedKernel.Abstraction.Infrastructure
Target Frameworks
- net10.0
License
MIT
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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
- Dapper (>= 2.1.86)
- FluentValidation (>= 12.1.1)
- HtmlSanitizer (>= 9.2.1039)
- MailKit (>= 4.18.0)
- MediatR (>= 12.5.0)
- Microsoft.EntityFrameworkCore (>= 10.0.12)
- Microsoft.Extensions.Caching.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Configuration.Binder (>= 10.0.12)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Hosting.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Http (>= 10.0.12)
- Microsoft.Extensions.Logging (>= 10.0.12)
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.12)
- Microsoft.Extensions.Options (>= 10.0.12)
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 10.0.12)
- Microsoft.FeatureManagement (>= 2.6.1)
- MimeKit (>= 4.18.0)
- Newtonsoft.Json (>= 13.0.4)
- Npgsql (>= 10.0.3)
- Perago.SharedKernel.Abstraction.Application (>= 1.0.98)
- Perago.SharedKernel.Abstraction.Infrastructure (>= 1.0.98)
- RabbitMQ.Client (>= 6.8.1)
- StackExchange.Redis (>= 2.13.17)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Perago.SharedKernel.Notification:
| Package | Downloads |
|---|---|
|
Perago.SharedKernel.Authorization
API authentication, HMAC request signing, and ASP.NET Core observability middleware for Perago services. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.98 | 39 | 9/19/2026 |
| 1.0.97 | 42 | 9/19/2026 |
| 1.0.96 | 77 | 9/16/2026 |
| 1.0.95 | 98 | 9/11/2026 |
| 1.0.94 | 88 | 9/11/2026 |
| 1.0.93 | 93 | 9/11/2026 |
| 1.0.92 | 109 | 9/5/2026 |
| 1.0.91 | 94 | 8/31/2026 |
| 1.0.90 | 95 | 8/30/2026 |
| 1.0.89 | 123 | 8/29/2026 |
| 1.0.88 | 126 | 8/19/2026 |
| 1.0.87 | 106 | 8/18/2026 |
| 1.0.86 | 116 | 8/17/2026 |
| 1.0.85 | 120 | 8/11/2026 |
| 1.0.84 | 98 | 8/9/2026 |
| 1.0.83 | 117 | 8/8/2026 |
| 1.0.82 | 154 | 7/23/2026 |
| 1.0.81 | 126 | 7/23/2026 |
| 1.0.80 | 119 | 7/23/2026 |
| 1.0.79 | 114 | 7/23/2026 |