Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2020-01-13 16:41:52

Evelio
Member
Registered: 2016-01-26
Posts: 5

29 - Enable HTML email

Hello:

Is it possible to change the send mail configuration so emails as HTML instead of plain text. Typically this is set in the headers as follows:

Content-Type: text/html; charset=UTF-8

I cannot find the file where the mail headers are located. Can you provide some guidance on how to change the mail settings?

Thank you!

Offline

#2 2020-01-13 16:45:43

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: 29 - Enable HTML email

Hi Evelio, at the moment i think HTML email are not supported.
You can open an issue on the GitHub page. Link is on my forum signature.
Thank you!


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2020-01-13 19:31:29

Evelio
Member
Registered: 2016-01-26
Posts: 5

Re: 29 - Enable HTML email

FYI in case anyone else has the same question. The system uses PHPMailer which is open source and supports HTML email. To enable this feature, in the file named erlhcoreclassh2api.php I added the function "$mail->IsHTML(true);" below each row that begins with "$mail->body;". Now all emails are being sent as type TEXT/HTML.  Hope this helps smile

Offline

#4 2020-01-13 19:41:39

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: 29 - Enable HTML email

Umh what is the complete patch of the edited file?
Maybe you can have issue when you update again live helper chat?


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer