mirror of
https://github.com/friendica/friendica
synced 2025-05-07 01:44:10 +02:00
Set sender data directly
This commit is contained in:
parent
97e708f2e2
commit
ca67e3111c
2 changed files with 61 additions and 1 deletions
|
@ -37,7 +37,9 @@ class SystemMailBuilder extends MailBuilder
|
|||
}
|
||||
|
||||
// Set the system wide site address/name as sender (default for system mails)
|
||||
$this->withSender($siteEmailAddress, $siteName);
|
||||
$this->senderName = $siteName;
|
||||
$this->senderAddress = $siteEmailAddress;
|
||||
$this->senderNoReply = $siteEmailAddress;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue