This commit is contained in:
backportbot-nextcloud[bot] 2021-06-03 15:10:07 +02:00 committed by GitHub
commit 1dbbea61c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -903,7 +903,7 @@ class Manager implements IManager {
$instanceName $instanceName
] ]
); );
$message->setFrom([\OCP\Util::getDefaultEmailAddress($instanceName) => $senderName]); $message->setFrom([\OCP\Util::getDefaultEmailAddress('noreply') => $senderName]);
// The "Reply-To" is set to the sharer if an mail address is configured // The "Reply-To" is set to the sharer if an mail address is configured
// also the default footer contains a "Do not reply" which needs to be adjusted. // also the default footer contains a "Do not reply" which needs to be adjusted.