From 76b908dcd273a332dbf21324629b06647c680fa7 Mon Sep 17 00:00:00 2001 From: luis daniel lucio quiroz Date: Tue, 20 Jan 2015 19:10:00 +0000 Subject: [PATCH] v_mailto supports doctype as well --- secure/v_mailto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/v_mailto.php b/secure/v_mailto.php index 0b57486c89..8be4e14209 100644 --- a/secure/v_mailto.php +++ b/secure/v_mailto.php @@ -256,7 +256,7 @@ } //add the body to the email - if (substr($body, 0, 5) == "ContentType = "text/html"; $mail->Body = $body; }