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 631a388 + a187706 commit b1fdb4aCopy full SHA for b1fdb4a
lib/private/Share20/Manager.php
@@ -911,7 +911,7 @@ protected function sendMailNotification(IL10N $l,
911
$instanceName
912
]
913
);
914
- $message->setFrom([\OCP\Util::getDefaultEmailAddress($instanceName) => $senderName]);
+ $message->setFrom([\OCP\Util::getDefaultEmailAddress('noreply') => $senderName]);
915
916
// The "Reply-To" is set to the sharer if an mail address is configured
917
// also the default footer contains a "Do not reply" which needs to be adjusted.
0 commit comments