X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInvite.php;h=2c32963d5ec6bfebcbe12d88d5c1a0d7411d5c24;hb=3d64c3031bd79ed9162774f945ffe169954c4785;hp=287478954ce65c4c5b52813b29fbdf2368f74cd3;hpb=a852455d0ed9824fb71c9374c9fffda28f95096f;p=friendica.git diff --git a/src/Module/Invite.php b/src/Module/Invite.php index 287478954c..2c32963d5e 100644 --- a/src/Module/Invite.php +++ b/src/Module/Invite.php @@ -1,6 +1,6 @@ user['email'] . "\n" - . 'Sender: ' . DI::emailer()->getSiteEmailAddress() . "\n" + $additional_headers = 'From: "' . $app->user['email'] . '" <' . DI::emailer()->getSiteEmailAddress() . ">\n" . 'Content-type: text/plain; charset=UTF-8' . "\n" . 'Content-transfer-encoding: 8bit';