Send HTML email with Gmail 4.2.1

前端 未结 4 1558
眼角桃花
眼角桃花 2020-12-14 01:35

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

4条回答
  •  再見小時候
    2020-12-14 02:14

    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.

提交回复
热议问题