We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c827511 + d1e5039 commit 16ae1e8Copy full SHA for 16ae1e8
lib/private/Share20/Manager.php
@@ -910,7 +910,7 @@ protected function sendMailNotification(IL10N $l,
910
$instanceName
911
]
912
);
913
- $message->setFrom([\OCP\Util::getDefaultEmailAddress($instanceName) => $senderName]);
+ $message->setFrom([\OCP\Util::getDefaultEmailAddress('noreply') => $senderName]);
914
915
// The "Reply-To" is set to the sharer if an mail address is configured
916
// also the default footer contains a "Do not reply" which needs to be adjusted.
0 commit comments