X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FInvite.php;h=2c32963d5ec6bfebcbe12d88d5c1a0d7411d5c24;hb=3d64c3031bd79ed9162774f945ffe169954c4785;hp=68658f326d976afb49da562cee591dc4b9698149;hpb=054c301ef0345c4ff9f35cfd08717757eab17b9d;p=friendica.git diff --git a/src/Module/Invite.php b/src/Module/Invite.php index 68658f326d..2c32963d5e 100644 --- a/src/Module/Invite.php +++ b/src/Module/Invite.php @@ -95,8 +95,7 @@ class Invite extends BaseModule $nmessage = $message; } - $additional_headers = 'From: ' . $app->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';