mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
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:
@@ -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 = [
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user