use the same host macro for sender address as for reply_to address

This commit is contained in:
zotlabs 2017-03-21 21:00:48 -07:00 committed by Mario Vavti
parent b03cd330e5
commit e49c59959b

View File

@ -77,7 +77,7 @@ class Enotify {
$sender_email = get_config('system','from_email');
if(! $sender_email)
$sender_email = 'Administrator' . '@' . \App::get_hostname();
$sender_email = 'Administrator' . '@' . $hostname;
$sender_name = get_config('system','from_email_name');
if(! $sender_name)