Soenneker.Validators.Email.Disposable
3.0.3160
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 3.0.3160
NuGet\Install-Package Soenneker.Validators.Email.Disposable -Version 3.0.3160
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="3.0.3160" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Validators.Email.Disposable" Version="3.0.3160" />
<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 3.0.3160
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Validators.Email.Disposable, 3.0.3160"
#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@3.0.3160
#: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=3.0.3160
#tool nuget:?package=Soenneker.Validators.Email.Disposable&version=3.0.3160
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 | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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.
-
net9.0
- Soenneker.Data.Email.Disposables (>= 3.0.426)
- Soenneker.Extensions.Enumerable.String (>= 3.0.1066)
- Soenneker.Utils.File (>= 3.0.1831)
- Soenneker.Utils.String (>= 3.0.2469)
- Soenneker.Validators.Validator (>= 3.0.638)
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.4304 | 0 | 4/28/2026 |
| 4.0.4303 | 40 | 4/27/2026 |
| 4.0.4302 | 44 | 4/26/2026 |
| 4.0.4301 | 37 | 4/26/2026 |
| 4.0.4300 | 40 | 4/25/2026 |
| 4.0.4299 | 46 | 4/24/2026 |
| 4.0.4298 | 40 | 4/24/2026 |
| 4.0.4297 | 45 | 4/24/2026 |
| 4.0.4295 | 47 | 4/24/2026 |
| 4.0.4293 | 59 | 4/23/2026 |
| 4.0.4291 | 52 | 4/23/2026 |
| 4.0.4290 | 41 | 4/23/2026 |
| 4.0.4289 | 54 | 4/23/2026 |
| 4.0.4288 | 58 | 4/23/2026 |
| 4.0.4287 | 41 | 4/23/2026 |
| 4.0.4286 | 43 | 4/23/2026 |
| 4.0.4284 | 42 | 4/23/2026 |
| 4.0.4283 | 51 | 4/22/2026 |
| 4.0.4282 | 45 | 4/22/2026 |
| 3.0.3160 | 269 | 3/11/2025 |
Loading failed