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
But when deleting an invitation sent to the same email [email protected] it throws the following error which is correct and the expected behavior. As it contains '+' symbol, which is not supported in RFC 5322 email standards. value must be a valid email address | caused by: mail: no angle-addr. Here's the definition for DeleteInvitation.
However eventhough both send & delete have same validation, it seems the validation is not properly functioning for send invitation as it has repeated fields. Hence what would be the proper way for validating repeated emails?
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I have 2 definitions for sending invitation to a bunch of emails, and deleting an invitation sent to single email:
When sending an invitation to the email address
[email protected]
is not throwing any error. Here's the definition for SendInvitation.But when deleting an invitation sent to the same email
[email protected]
it throws the following error which is correct and the expected behavior. As it contains '+' symbol, which is not supported in RFC 5322 email standards.value must be a valid email address | caused by: mail: no angle-addr
. Here's the definition for DeleteInvitation.However eventhough both send & delete have same validation, it seems the validation is not properly functioning for send invitation as it has repeated fields. Hence what would be the proper way for validating repeated emails?
Thank you.
The text was updated successfully, but these errors were encountered: