A validation module checking for disposable email addresses via online sources
$ dotnet add package Soenneker.Validators.Email.Disposable.Online
Soenneker.Validators.Email.Disposable.OnlineThis makes a request to grab a list of disposable email domains, and is good for scenarios where your NuGet packages may not get updated often. Otherwise, Soenneker.Validators.Email.Disposable is recommended. The list is stored within the package; it's faster to load with no reliance on availability.
dotnet add package Soenneker.Validators.Email.Disposable.Online