Remove these as they break HTML emails.

This commit is contained in:
FusionPBX
2021-05-20 12:00:17 -06:00
committed by GitHub
parent 8b70c366d8
commit 29c1d52533

View File

@@ -94,8 +94,6 @@
body = body:gsub(" ", " ");
body = body:gsub("\n", "");
body = body:gsub("\n", "");
body = body:gsub("'", "'");
body = body:gsub([["]], """);
body = trim(body);
--send the emails