Skip to content
Snippets Groups Projects
Commit 571d065f authored by Jared Hancock's avatar Jared Hancock
Browse files

email: Don't sanitize and munge ws for emails

If the HTML ticket thread is disabled, outgoing emails will have a text
thread body placed inside an HTML template. The template and message are
then sanitized and converted to text. However, htmLawed will munge the white
space in the message before converting to text.

This patch disables sanitizing. I think it's fair to assume that the
template and the message by the client or agent have been properly sanitized
prior to sending out the email.
parent ae5e1382
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment