Skip to content

This is a solution to check whether an email domain originates from a trashmail server

License

Notifications You must be signed in to change notification settings

Endelon-Hosting/TrashMailDomainDetector

Repository files navigation

TrashMailDomainDetector

This is a solution to check whether an email domain originates from a trashmail server

Note: This was made by @Dalk-Github for my game hosting panel project

Example

public void Example()
{
  if(TrashMailDomainDetector.IsTrashMail("test@mailnesia.com")
  {
    Console.WriteLine("This is an email address hosted by a trashmail provider");
  }
  else
  {
    Console.WriteLine("This email domain is valid");
  }
}

Other things

If you want to add domains to the list, please make a pull request

See the list here

About

This is a solution to check whether an email domain originates from a trashmail server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages