Skip to content

Commit

Permalink
Comment about value of From address
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Sep 28, 2023
1 parent 5f2edc9 commit fb92bbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/OpenConext/EngineBlock/Service/RequestAccessMailer.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ public function sendRequestAccessEmailForIdp($spName, $spEntityId, $institution,
$comment
);

// We use the destination email address also as a From since we do
// not have a better generic sender address available currently.
$message = new Swift_Message();
$message
->setSubject($subject)
Expand Down

0 comments on commit fb92bbe

Please sign in to comment.