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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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