return the email_sent status
This commit is contained in:
parent
1af56b1025
commit
e93fdefd72
@ -633,8 +633,8 @@ class Enotify {
|
|||||||
call_hooks('email_send', $params);
|
call_hooks('email_send', $params);
|
||||||
|
|
||||||
if($params['sent']) {
|
if($params['sent']) {
|
||||||
logger("notification: enotify::send returns " . $params['result'], LOGGER_DEBUG);
|
logger("notification: enotify::send (addon) returns " . $params['result'], LOGGER_DEBUG);
|
||||||
return;
|
return $params['result'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$fromName = email_header_encode(html_entity_decode($params['fromName'],ENT_QUOTES,'UTF-8'),'UTF-8');
|
$fromName = email_header_encode(html_entity_decode($params['fromName'],ENT_QUOTES,'UTF-8'),'UTF-8');
|
||||||
|
Reference in New Issue
Block a user