Skip to content

Commit

Permalink
set creator of event to email from field
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinsteinwandter committed Mar 26, 2019
1 parent 67c4ba1 commit 3a9b9dd
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 3a9b9dd

Please sign in to comment.