From 3a65fab2fbe01d87c0aac5e40b3378a1e3f68820 Mon Sep 17 00:00:00 2001 From: f0o Date: Wed, 2 Mar 2016 16:31:17 +0000 Subject: [PATCH] Added HTML switch for mail transport --- includes/alerts/transport.mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/alerts/transport.mail.php b/includes/alerts/transport.mail.php index 60837b300..56608aa69 100644 --- a/includes/alerts/transport.mail.php +++ b/includes/alerts/transport.mail.php @@ -21,4 +21,4 @@ * @subpackage Alerts */ -return send_mail($obj['contacts'], $obj['title'], $obj['msg']); +return send_mail($obj['contacts'], $obj['title'], $obj['msg'], $opts['html'] ? true : false );