email_inquire icon indicating copy to clipboard operation
email_inquire copied to clipboard

Validate email for common typos and one-time email providers

Results 6 email_inquire issues
Sort by recently updated
recently updated
newest added

Sample setup for integration a dotnet version, related to #12

I'd love to add libraries to this for c# and Javascript and follow one data structure setup, instead of cloning, releasing and having to keep the fork up to data...

Add `my.com` to common_providers

Hi First of all congrats for the lib, I love these UX bits! It would be great if one could add custom domains to be set as reliable, so that...

We use SEMVER, so make it explicit in the readme, as releases could happen frequently due to the list of burner providers that need to be updated periodically.

enhancement

The regex that validates the name part of the email address was built up by interpolating a regex expressing the character class of allowable name characters into another regex. This...