Incursa.Platform.Email 6.0.5

Prefix Reserved
dotnet add package Incursa.Platform.Email --version 6.0.5
                    
NuGet\Install-Package Incursa.Platform.Email -Version 6.0.5
                    
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="Incursa.Platform.Email" Version="6.0.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Incursa.Platform.Email" Version="6.0.5" />
                    
Directory.Packages.props
<PackageReference Include="Incursa.Platform.Email" />
                    
Project file
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 Incursa.Platform.Email --version 6.0.5
                    
#r "nuget: Incursa.Platform.Email, 6.0.5"
                    
#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 Incursa.Platform.Email@6.0.5
                    
#: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=Incursa.Platform.Email&version=6.0.5
                    
Install as a Cake Addin
#tool nuget:?package=Incursa.Platform.Email&version=6.0.5
                    
Install as a Cake Tool

Incursa.Platform.Email

Incursa.Platform.Email provides provider-agnostic outbound email contracts, queueing, dispatch, idempotency, and observability primitives.

What It Owns

  • outbound email message contracts and addressing models
  • queueing and dispatch abstractions for email workflows
  • idempotency and retry-friendly delivery primitives
  • provider-neutral delivery and processing conventions

What It Does Not Own

  • provider-specific delivery APIs
  • HTTP hosting concerns
  • email-template authoring systems or CMS-style content tooling
  • Incursa.Platform.Email.AspNetCore for ASP.NET Core integration
  • Incursa.Platform.Email.Postgres and Incursa.Platform.Email.SqlServer for persistence-backed delivery support
  • Incursa.Platform.Email.Postmark for a Postmark-specific adapter

When To Start Here

Start here when your application needs reliable outbound email behavior but should remain independent of a single delivery provider.

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Incursa.Platform.Email:

Package Downloads
Incursa.Platform.Email.AspNetCore

ASP.NET Core DI and hosted processing helpers for Incursa Platform Email.

Incursa.Platform.Email.Postmark

Postmark sender and webhook adapters for Incursa Platform Email.

Incursa.Platform.Email.SqlServer

SQL Server email outbox persistence adapters for Incursa Platform Email.

Incursa.Platform.Email.Postgres

PostgreSQL email outbox and delivery persistence adapters for Incursa Platform Email.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
6.0.5 303 3/13/2026
6.0.3 138 3/10/2026
6.0.1 136 3/10/2026