Use App->getSenderEmailAddress in include/enotify

This commit is contained in:
Hypolite Petovan 2018-04-06 21:47:42 -04:00
parent a86d1806ae
commit 32ca95a1b0
1 changed files with 1 additions and 4 deletions

View File

@ -45,10 +45,7 @@ function notification($params)
$hostname = substr($hostname, 0, strpos($hostname, ':'));
}
$sender_email = $a->config['sender_email'];
if (empty($sender_email)) {
$sender_email = L10n::t('noreply').'@'.$hostname;
}
$sender_email = $a->getSenderEmailAddress();
if ($params['type'] != SYSTEM_EMAIL) {
$user = dba::selectFirst('user', ['nickname', 'page-flags'],