Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get rid of "Show Quoted Text" in Gmail

Is there a way to code HTML emails in a way that will NOT show the "show quoted text" and will NOT turn text to purple? The web app I'm developing sends out a notification each time a user gets a reply on the web app and if the user gets 2 or more replies from the same person everything excpet the date a photo in the email turns to "show quoted text". Even the call-to-action button that's supposed to take the user to the actual conversation.

I know that this question has been answered before but I just can't find it..

Thanks!

like image 209
Nicko Avatar asked May 16 '11 23:05

Nicko


1 Answers

I think the key for gmail is the subject. If the subject is the same (from same sender) then it places it in the same 'conversation' and will display "show quoted text". For me, just modifying the subject slightly causes gmail to treat it as a new conversation thread and hide the body. So, try adding the time, date or a sequence number to the subject line.

like image 180
DavidJ Avatar answered Sep 19 '22 12:09

DavidJ