Soenneker.Validators.Email.Disposable
4.0.4469
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Validators.Email.Disposable --version 4.0.4469
NuGet\Install-Package Soenneker.Validators.Email.Disposable -Version 4.0.4469
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.Disposable" Version="4.0.4469" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Validators.Email.Disposable" Version="4.0.4469" />
<PackageReference Include="Soenneker.Validators.Email.Disposable" />
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.Disposable --version 4.0.4469
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Validators.Email.Disposable, 4.0.4469"
#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.Disposable@4.0.4469
#: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.Disposable&version=4.0.4469
#tool nuget:?package=Soenneker.Validators.Email.Disposable&version=4.0.4469
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Soenneker.Validators.Email.Disposable
A validation module checking if a given email's domain is disposable/temporary, updated daily (if available)
Installation
dotnet add package Soenneker.Validators.Email.Disposable
Register EmailDisposableValidator in your .NET application using IServiceCollection:
services.AddEmailDisposableValidatorAsSingleton();
Usage
Inject IEmailDisposableValidator and validate emails or domains:
public class MyService
{
private readonly IEmailDisposableValidator _validator;
public MyService(IEmailDisposableValidator validator)
{
_validator = validator;
}
// Returns FALSE if disposable (i.e. mailinator.com). TRUE if non-disposable.
public async Task<bool> IsNonDisposableEmail(string email)
{
return await _validator.Validate(email);
}
}
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Soenneker.Data.Email.Disposables (>= 4.0.1007)
- Soenneker.Extensions.Enumerable.String (>= 4.0.1384)
- Soenneker.Utils.Paths.Resources (>= 4.0.182)
- Soenneker.Utils.String (>= 4.0.3061)
- Soenneker.Validators.Validator (>= 4.0.732)
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.4473 | 0 | 7/16/2026 |
| 4.0.4470 | 6 | 7/16/2026 |
| 4.0.4469 | 35 | 7/16/2026 |
| 4.0.4466 | 55 | 7/15/2026 |
| 4.0.4465 | 47 | 7/15/2026 |
| 4.0.4463 | 49 | 7/15/2026 |
| 4.0.4462 | 45 | 7/15/2026 |
| 4.0.4460 | 66 | 7/15/2026 |
| 4.0.4458 | 58 | 7/14/2026 |
| 4.0.4456 | 133 | 7/13/2026 |
| 4.0.4455 | 106 | 7/12/2026 |
| 4.0.4454 | 117 | 7/11/2026 |
| 4.0.4453 | 94 | 7/10/2026 |
| 4.0.4452 | 111 | 7/9/2026 |
| 4.0.4451 | 105 | 7/8/2026 |
| 4.0.4450 | 105 | 7/7/2026 |
| 4.0.4449 | 167 | 7/6/2026 |
| 4.0.4448 | 102 | 7/5/2026 |
| 4.0.4447 | 116 | 7/4/2026 |
| 4.0.4446 | 103 | 7/4/2026 |
Loading failed
Update dependency Soenneker.Validators.Validator to 4.0.732 (#4916)