Skip to content
Snippets Groups Projects
Commit 7e7df151 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

Resolve "Nutzername im FROM-Mail-Header führt zu Spam-Einstufung"

Closes #4464

Merge request studip/studip!3251
parent c91fbd09
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ class messaging
if ($snd_user_id != "____%system%____") {
$sender = User::find($snd_user_id);
$snd_fullname = $sender->getFullName() . ' (' . $sender->username . ')';
$snd_fullname = $sender->getFullName();
$reply_to = $sender->Email;
}
$attachments = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment