mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 11:11:42 -04:00
Merge pull request #27209 from nextcloud/backport/27199/stable20
[stable20] Use noreply@ as email address for share emails
This commit is contained in:
commit
16ae1e8c3c
1 changed files with 1 additions and 1 deletions
|
|
@ -910,7 +910,7 @@ class Manager implements IManager {
|
|||
$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
|
||||
// also the default footer contains a "Do not reply" which needs to be adjusted.
|
||||
|
|
|
|||
Loading…
Reference in a new issue