Skip to content

Commit

Permalink
Merge pull request #34899 from m55c55/master
Browse files Browse the repository at this point in the history
Use creator of invitation as From field in invitation mails
  • Loading branch information
Vincent Petry authored Mar 26, 2019
2 parents 5f9a17a + 3a9b9dd commit 96f1fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ public function schedule(ITip\Message $iTipMessage) {
$message = $this->mailer->createMessage();

$message->setReplyTo([$sender => $senderName])
->setFrom([$sender => $senderName])
->setTo([$recipient => $recipientName])
->setSubject($subject)
->setBody($iTipMessage->message->serialize(), $contentType);
Expand Down

0 comments on commit 96f1fef

Please sign in to comment.