Page 1 of 1

HTML in email templates

Posted: Fri Aug 12, 2022 1:52 pm
by anomaly0617
Hi there,

We have hesk 3.25 (yes, I know there's an update - I only change one thing at a time and test!) running on a self-hosted LAMP server. When someone puts in a ticket they get a confirmation email, and staff gets an email alerting them to the new ticket. I wanted to provide more information to our staff about the ticket, and format it in a way that was easy to read, so I tried HTML. At this moment, when the email comes in, the HTML looks raw (code shown). Is there a way to do HTML notification emails? Do I need to customize something in inc/pipe_functions.php to prevent it from interpreting the HTML literally?

Thanks in advance!

Re: HTML in email templates

Posted: Fri Aug 12, 2022 8:24 pm
by Klemen
Support for HTML emails has been added to version 3.3.x, so you will need to upgrade to the latest version use it.

Re: HTML in email templates

Posted: Tue Aug 16, 2022 1:52 pm
by anomaly0617
Klemen wrote: Fri Aug 12, 2022 8:24 pm Support for HTML emails has been added to version 3.3.x, so you will need to upgrade to the latest version use it.
Ah! Well, there's my incentive to upgrade! LOL!