use the same host macro for sender address as for reply_to address
This commit is contained in:
parent
b03cd330e5
commit
e49c59959b
@ -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)
|
||||
|
Reference in New Issue
Block a user