Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
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
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!
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
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
Offline
Umh what is the complete patch of the edited file?
Maybe you can have issue when you update again live helper chat?
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Pages: 1