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
I think we should probably instead catch these exceptions when sending and perhaps block future sending to the offending address. We already have the ability to block certain email addresses when a mail server sends us a spam or bounce report so I think we should be able to reuse that same system to block sending to invalid addresses.
Example:
asdjfsdk;@diafj.com
, with the invalid;
character.This leads to errors like the following when the API server tries to send mail:
The
Invalid addr-spec token at offset 0
being the critical issue here.The text was updated successfully, but these errors were encountered: