Skip to content

Commit

Permalink
Merge pull request #155 from mbrodala/patch-1
Browse files Browse the repository at this point in the history
Access files in application notification mails
  • Loading branch information
benjasper authored Sep 6, 2024
2 parents 73f5e57 + 8457cdf commit 4c4687d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Classes/Controller/ApplicationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,11 @@ public function createAction(Application $newApplication, Posting $posting = nul
$mail->attachFromPath($file->getForLocalProcessing(false));
}
}

$mail->assignMultiple([
'legacyUploadfiles' => $legacyUploadfiles,
'multiUploadFiles' => $multiUploadFiles,
]);
}

//Figure out who the email will be sent to and how
Expand Down

0 comments on commit 4c4687d

Please sign in to comment.