no need to SQL escape , in the emails, so removed the \, escaping in post invoice, ticket and ticket_email_parser

This commit is contained in:
johnnyq
2024-01-20 18:13:47 -05:00
parent a46e41ce9c
commit 91eff8f9b6
4 changed files with 18 additions and 18 deletions

View File

@@ -169,7 +169,7 @@ if (isset($_POST['test_email_smtp'])) {
$email_to = sanitizeInput($_POST['email_to']);
$subject = "Test email from ITFlow";
$body = "This is a test email from ITFlow. If you are reading this, it worked!";
$body = "This is a test email from ITFlow. If you are reading this, it worked!";
$data = [
[