Added HTML switch for mail transport

This commit is contained in:
f0o
2016-03-02 16:31:17 +00:00
parent a2548c03a5
commit 3a65fab2fb
+1 -1
View File
@@ -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 );