mirror of
https://github.com/friendica/friendica
synced 2025-04-24 01:50:17 +00:00
Move "App::getSenderEmailAddress()" to "Emailer::getSiteEmailAddress()"
This commit is contained in:
parent
206b53477e
commit
0e13428210
5 changed files with 45 additions and 41 deletions
|
@ -77,7 +77,7 @@ class Invite extends BaseModule
|
|||
}
|
||||
|
||||
$additional_headers = 'From: ' . $app->user['email'] . "\n"
|
||||
. 'Sender: ' . $app->getSenderEmailAddress() . "\n"
|
||||
. 'Sender: ' . DI::emailer()->getSiteEmailAddress() . "\n"
|
||||
. 'Content-type: text/plain; charset=UTF-8' . "\n"
|
||||
. 'Content-transfer-encoding: 8bit';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue