Mails to comment author
Important
When you want to work with mail notifications, you should configure an absolute URL (like https://my-domain.com/
) in
TYPO3's site configuration instead of a plain /
. This is required by TypoLink to create absolute URLs in mails.
Property | Type |
---|---|
senderAddress | string |
senderName | string |
sendMailToAuthorAfterSubmit | boolean |
sendMailToAuthorAfterSubmitTemplate | string |
sendMailToAuthorAfterPublish | boolean |
sendMailToAuthorAfterPublishTemplate | string |
sitenameUsedInMails string |
senderAddress
- Property
- senderAddress
- Data type
- string
- Description
- Sender's mail address when pw_comments sends out mails.
senderName
- Property
- senderName
- Data type
- string
- Description
- Name to display in mail clients, instead of mail address. (optional)
sendMailToAuthorAfterSubmit
- Property
- sendMailToAuthorAfterSubmit
- Data type
- boolean
- Default
- 0
- Description
- If this option is enabled, the author receives a mail after each comment he/she has written.
sendMailToAuthorAfterSubmitTemplate
- Property
- sendMailToAuthorAfterSubmitTemplate
- Data type
- string
- Default
- EXT:pw_comments/[...]/mailToAuthorAfterSubmit.html
- Description
- Defines the path to the Fluid template which should be used for the e-mail to comment author.
sendMailToAuthorAfterPublish
- Property
- sendMailToAuthorAfterPublish
- Data type
- boolean
- Default
- 0
- Description
- If this option is enabled, the author receives a mail after a comment he/she has written has been published.
This option requires activated "moderateNewComments".
sendMailToAuthorAfterPublishTemplate
- Property
- sendMailToAuthorAfterPublishTemplate
- Data type
- string
- Default
- EXT:pw_comments/[...]/mailToAuthorAfterPublish.html
- Description
- Defines the path to the Fluid template which should be used for the e-mail to comment author.
sitenameUsedInMails
- Property
- sitenameUsedInMails
- Data type
- string
- Description
- When this option is set, it replaces the getHostname() output, used in mail subject.