mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Added HTML switch for mail transport
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user