Setup for the registration digest email¶
These configuration options can only be set via TypoScript setup within the plugin.tx_seminars.registrationDigestEmail namespace, not via flexforms.
These settings only affect the seminars Scheduler task.
Property
Property:
Data type
Data type:
Description
Description:
Default
Default:
Property
enable
Data type
boolean
Description
whether to send out the emails when the seminars Scheduler task is executed
Default
0
Property
fromEmail
Data type
string
Description
email address of the sender
Default
Property
fromName
Data type
string
Description
name of the sender (optional)
Default
Property
toEmail
Data type
string
Description
email address of the recipient
Default
Property
toName
Data type
string
Description
name of the recipient (optional)
Default
Property
htmlTemplate
Data type
string
Description
path to the fluid template for the HTML email
Default
EXT:seminars/Resources/Private/Templates/Mail/RegistrationDigest.html
Property
plaintextTemplate
Data type
string
Description
path to the fluid template for the plaintext email
Default
EXT:seminars/Resources/Private/Templates/Mail/RegistrationDigest.txt
[tsref:plugin.tx_seminars.registrationDigestEmail]