Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Valid email addresses marked as invalid (false positive) #24

Open
TheDutchCoder opened this issue Jul 7, 2021 · 0 comments
Open

Valid email addresses marked as invalid (false positive) #24

TheDutchCoder opened this issue Jul 7, 2021 · 0 comments

Comments

@TheDutchCoder
Copy link

Hi,

Not sure if this is the right repo, but my wife encountered an issue with Freshbooks (who uses wepay for their invoice transactions), where a valid email address was used, but wepay returned with an invalid_request ("Invalid parameter 'email' expected a valid email addresss", which also has a typo sss btw).

This seems to be cause by email addresses that use an & or - (didn't have the time to narrow it down more).
Example: foo.bar+hi&[email protected] is a perfectly valid email address, but wepay seems to trip over it.

Email address formats like these are used fairly frequently in the Canadian Government, so this seems to be an issue that's worth investigating and fixing ;)

You can move it to the proper repo if this isn't the one (couldn't really find the "main" repo for Wepay which, I assume, is private).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant