Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

When I attempt to address my email message by selecting a group and hit SEND I get the error message:

The address "seeminglygoodemail@example.com" in the "Bcc" field was not recognized. Please make sure that all addresses are properly formed.

If I select this particular email by itself it works. I've verified that the email is well formed.

share|improve this question

1 Answer

It seems that the email address had a bad character that is not visible. Perhaps a Unicode 2-byte character that Gmail is displaying properly but storing as two bytes and tripping up its own parser.

The solution is to simply re-enter manually the email address.

share|improve this answer

protected by Community Aug 12 '12 at 16:31

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.