1
0
Fork 0

fix email to new registerd users.

fix notification in case of error sending email.
This commit is contained in:
fabrixxm 2014-09-07 17:46:31 +02:00
commit 3ac5e4508b
4 changed files with 12 additions and 7 deletions

View file

@ -57,6 +57,7 @@ class Emailer {
);
logger("header " . 'To: ' . $params['toEmail'] . "\n" . $messageHeader, LOGGER_DEBUG);
logger("return value " . (($res)?"true":"false"), LOGGER_DEBUG);
return $res;
}
}
?>