a-r-m-i-n / pw_comments

Powerful TYPO3 CMS extension for providing comments, including replies on comments and votings, as well as mail notifications.
https://extensions.typo3.org/extension/pw_comments
0 stars 5 forks source link

[FEATURE] Notification email to parent thread posters etc. #1

Open mabolek opened 2 years ago

mabolek commented 2 years ago

Can also be used to send email to e.g. news article authors. The notification email is sent when the comment is published.

The TypoScript setting plugin.tx_pwcomments.settings.sendMailOnCommentPublishTo contains the recipients. By default it is configured to insert the register value register : tx_pwcomments_threadEmails (containing the authors of the parent comments) if the TypoScript constant plugin.tx_pwcomments.settings.sendMailOnCommentPublishToThread is true.

a-r-m-i-n commented 2 years ago

Thanks for providing and cleaning up your PR. I'm going to test this feature, asap.