I noticed that in 7.6.2.2 when I send an email with html tags the email body is stripped. I use the following function to send emails from logic hooks: <?php //Function to send Email message function sendEmail ( $ToEmailAdd , $FromEmailAdd , $FromEmailName…