Soenneker.Email.Sender 4.0.1270

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Email.Sender --version 4.0.1270
                    
NuGet\Install-Package Soenneker.Email.Sender -Version 4.0.1270
                    
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="Soenneker.Email.Sender" Version="4.0.1270" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Email.Sender" Version="4.0.1270" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Email.Sender" />
                    
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 Soenneker.Email.Sender --version 4.0.1270
                    
#r "nuget: Soenneker.Email.Sender, 4.0.1270"
                    
#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 Soenneker.Email.Sender@4.0.1270
                    
#: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=Soenneker.Email.Sender&version=4.0.1270
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Email.Sender&version=4.0.1270
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

Soenneker.Email.Sender

A high-level utility responsible for orchestrating the creation and delivery of templated email messages.

Install

dotnet add package Soenneker.Email.Sender

Quick start

using Soenneker.Email.Sender.Registrars;
using Microsoft.Extensions.DependencyInjection;

var services = new ServiceCollection();
var result = services.AddEmailSenderAsSingleton();

Adds IEmailSender as a singleton service.

What you get

  • EmailSenderRegistrar — A high-level utility responsible for orchestrating the creation and delivery of templated email messages.

API at a glance

API What it does Result / important behavior
EmailSenderRegistrar.AddEmailSenderAsSingleton(services) Adds IEmailSender as a singleton service. The same service collection, so additional registrations can be chained.
EmailSenderRegistrar.AddEmailSenderAsScoped(services) Adds IEmailSender as a scoped service. The same service collection, so additional registrations can be chained.
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

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
4.0.1384 47 9/17/2026
4.0.1383 39 9/16/2026
4.0.1382 46 9/16/2026
4.0.1381 45 9/16/2026
4.0.1380 48 9/16/2026
4.0.1379 45 9/16/2026
4.0.1378 43 9/16/2026
4.0.1375 54 9/16/2026
4.0.1373 69 9/15/2026
4.0.1370 60 9/15/2026
4.0.1369 65 9/15/2026
4.0.1368 75 9/15/2026
4.0.1367 91 9/13/2026
4.0.1366 90 9/13/2026
4.0.1365 84 9/13/2026
4.0.1364 82 9/13/2026
4.0.1362 81 9/13/2026
4.0.1361 84 9/13/2026
4.0.1359 91 9/13/2026
4.0.1270 91 8/30/2026
Loading failed

Update dependency Soenneker.Utils.Template to 4.0.373 (#1773)