when i send a mail to a list contacts of cc i want show/hide dynamically content for each particular email. i send a html mail, and i can put js and jquery ( i think).
this would be the code:
<p> this show to all people </p>
<p> this show too to all people </p>
<p class="tohide"> this p hide/show </p>
the best way to make it that i thinked it's read the sent mail and show/hide the <p class="tohide">text to hide</p>
depending on the recipient.
any idea?