You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The relayer should remove all + concatenations in an email address such as [email protected] should be cleaned to be [email protected] before processing the mail.
The text was updated successfully, but these errors were encountered:
Bisht13
changed the title
Remove + from all emails when handling
Remove + from all email addresses before handling
Feb 24, 2024
If it's possible to send an email from [email protected], I don't think we should do this. Someone should try adding that as a sender address and see if it passes. If not, then we should definitely do this -- but maybe it's better to do on emailwallet.org?
whoisgautxm
added a commit
to whoisgautxm/email-wallet
that referenced
this issue
Aug 7, 2024
This change addresses issue zkemail#64 by cleaning email addresses to remove any '+' characters from the local part. This ensures proper handling of email addresses in the application.
The relayer should remove all + concatenations in an email address such as
[email protected]
should be cleaned to be[email protected]
before processing the mail.The text was updated successfully, but these errors were encountered: