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 abc+123@xyz.com should be cleaned to be abc@xyz.com before processing the mail.
The relayer should remove all + concatenations in an email address such as
abc+123@xyz.comshould be cleaned to beabc@xyz.combefore processing the mail.