Issue 8495: Only use "noreply" when no sender mail is defined
This commit is contained in:
parent
ad68aaae3f
commit
860d4654c1
2 changed files with 3 additions and 2 deletions
|
@ -64,7 +64,7 @@ class Emailer
|
|||
$this->l10n = $defaultLang;
|
||||
|
||||
$this->siteEmailAddress = $this->config->get('config', 'sender_email');
|
||||
if (empty($sysEmailAddress)) {
|
||||
if (empty($this->siteEmailAddress)) {
|
||||
$hostname = $this->baseUrl->getHostname();
|
||||
if (strpos($hostname, ':')) {
|
||||
$hostname = substr($hostname, 0, strpos($hostname, ':'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue