Introduce a new parameter "emailto" to send comment text to multiple email addresses. It uses TWiki::Func::sendEmail to send an email.
--
TWiki:Main/YaojunFei
- 2012-09-26
Thanks Yaojun.
I have seen you checked in so far into trunk. This is a core plugin, e.g. shipped with TWiki release. Please specify if only trunk feature or also TWiki-5.1 branch. Extension enhancements are typically done in both. But don't do this weekend in branch due to release build we have this weekend.
Once done, please set to "Waiting for release" so that it can be tracked properly for the next release.
--
TWiki:Main.PeterThoeny
- 2012-10-06
I'll introduce a configure flag to turn on/off this "emailto" feature. By default it sets to "off" to avoid email relay issue.
--
TWiki:Main.YaojunFei
- 2012-10-08
This feature is disabled by default. To enable this feature, please set up "$TWiki::cfg{Plugins}{CommentPlugin}{EmailEnabled} = 1;".
--
TWiki:Main.YaojunFei
- 2012-10-08