[various] Adapt BaseURL calls for new UriInterface
This commit is contained in:
@@ -43,7 +43,7 @@ class NotifyAllEmail extends Email
|
||||
}
|
||||
|
||||
if (!$config->get('config', 'sender_email')) {
|
||||
$sender_email = 'noreply@' . $baseUrl->getHostname();
|
||||
$sender_email = 'noreply@' . $baseUrl->getHost();
|
||||
} else {
|
||||
$sender_email = $config->get('config', 'sender_email');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user