-
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Allow attachments in custom notifications via TypoScript
The existing possibility to add attachment to emails sent using the extension has been extended, so attachments configured in TypoScript now also can be applied to custom notifications. The configuration options are the same as for emails sent by the registration process. Example: ``` customNotifications { thanksForParticipation { title = Thank you message template = ThanksForParticipation.html subject = Thank you for participation in event "{event.title}" attachments { user { fromFiles { 1 = fileadmin/test.pdf } fromEventProperty { 1 = files 2 = image } iCalFile = 1 } } } } ``` Refs #1178
- Loading branch information
Showing
3 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters