email_inquire
email_inquire copied to clipboard
Validate email for common typos and one-time email providers
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.
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...