Skip to content

Commit d678830

Browse files
author
Till Brehm
committed
Added mail() function from interface to ispconfig server part.
1 parent 4c842d6 commit d678830

File tree

3 files changed

+901
-1
lines changed

3 files changed

+901
-1
lines changed

server/cron_daily.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ function setConfigVar( $filename, $varName, $varValue, $append = 0 ) {
647647
// function for sending notification emails
648648
//########
649649
function send_notification_email($template, $placeholders, $recipients) {
650-
global $conf;
650+
global $conf, $app;
651651

652652
if(!is_array($recipients) || count($recipients) < 1) return false;
653653
if(!is_array($placeholders)) $placeholders = array();

0 commit comments

Comments
 (0)