Soenneker.Validators.Email.Syntax 4.0.1305

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

A validation module for checking email syntax.

Install

dotnet add package Soenneker.Validators.Email.Syntax

Quick start

using Soenneker.Validators.Email.Syntax.Registrars;
using Microsoft.Extensions.DependencyInjection;

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

Adds IEmailSyntaxValidator as a singleton service.

What you get

  • IEmailSyntaxValidator — A validation module for checking email syntax.
  • EmailSyntaxValidatorRegistrar — A validation module checking if a given email's domain is disposable/temporary, updated daily (if available).

API at a glance

API What it does Result / important behavior
IEmailSyntaxValidator.Validate(email, allowInternational, allowTopLevelDomains, logOnInvalid) Validate the specified email address for syntax. true if the email address is valid; otherwise, false.
EmailSyntaxValidatorRegistrar.AddEmailSyntaxValidatorAsSingleton(services) Adds IEmailSyntaxValidator as a singleton service. The same service collection, so additional registrations can be chained.
EmailSyntaxValidatorRegistrar.AddEmailSyntaxValidatorAsScoped(services) Adds IEmailSyntaxValidator as a scoped service. The same service collection, so additional registrations can be chained.

Important behavior

  • IEmailSyntaxValidator.Validate(email, allowInternational, allowTopLevelDomains, logOnInvalid): Validates the syntax of an email address. If allowInternational is true, then the validator will use the newer International Email standards for validating the email address.
  • IEmailSyntaxValidator.Validate(email, allowInternational, allowTopLevelDomains, logOnInvalid): email is null.
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.1309 40 9/4/2026
4.0.1308 36 9/4/2026
4.0.1307 100 8/31/2026
4.0.1306 82 8/30/2026
4.0.1305 93 8/29/2026
4.0.1304 78 8/29/2026
4.0.1303 84 8/29/2026
4.0.1301 334 8/17/2026
4.0.1300 128 8/12/2026
4.0.1299 180 7/28/2026
4.0.1298 121 7/27/2026
4.0.1297 229 7/16/2026
4.0.1295 140 7/14/2026
4.0.1294 607 6/18/2026
4.0.1292 285 6/9/2026
4.0.1291 202 6/5/2026
4.0.1289 349 5/12/2026
4.0.1287 388 4/21/2026
4.0.1286 136 4/14/2026
4.0.1285 175 3/13/2026
Loading failed

Update dependency Soenneker.Validators.Validator to 4.0.736 (#1851)