It seems that Gmail 4.2.1 may have broken HTML-formatted emails. The following code worked perfectly prior to 4.2.1. The email that was sent from Gmail had the desired emb
I'm sorry that you ran into this too Scott. I filed a bug report with Google in December but that just seems to be a black hole.
My need was to embed hyperlinks. My best work-around has been to send a text/plain or message/rfc822 email with the URL in plain text in the message. Oddly Gmail recognizes this and attempts to enclose it in < a > < /a > tags. Using this method I can get the link sent and clickable by the recipient but it looks like crap.
It's also a bit of a challenge to get the URL formatted such that Gmail recognizes the entire text of the link and properly encloses it.