By gmail, when we receive a second email that has the same text as the previous one it changes the color of the text. Can I manipulate this in the html / css of the mail merge, so that the color of the text is not changed?
By gmail, when we receive a second email that has the same text as the previous one it changes the color of the text. Can I manipulate this in the html / css of the mail merge, so that the color of the text is not changed?
Resolved based on comment: link
Suggests to place the hexadecimal color with the full 6 digits and the colors white / black as "almost" white / black (#FFFFFE and # 000001).
Unfortunately not. This is standard Gmail operation. Even if you send a CSS that tries to solve this problem, Gmail CSS will overwrite yours.