Open
Description
I have an app where most users are on a custom domain (the underlying account is google, so it follows the same rules). Can I use normalizeEmail
to get a canonical version of such emails.
For Eg:
normalizeEmail('[email protected]')
-> returns [email protected]
I want:
normalizeEmail('[email protected]')
-> should return [email protected]
Maybe the custom domain that should be treated as same to a google email can be passed to normalizeEmail
as an option