Gmail wraps certain HTML elements in a class called im

后端 未结 9 2290
醉梦人生
醉梦人生 2021-02-02 05:38

I have been testing out an HTML e-mail process I\'ve created recently. But as of lately, when I open the e-mail in Gmail, I\'m noticing that certain elements are wrapped in a c

9条回答
  •  滥情空心
    2021-02-02 05:59

    I had similar problems. I was sending emails from an application using templates. So, when I sent multiple emails to same address, lines that are exactly same in all of them got purple. Gmail added this tag automatically:

    .........

    I do not know that for a fact, seemed to me Gmail wraps the common texts in a conversation with the this tag. Similar discussion here.

提交回复
热议问题