SendEmailPlugin accepted "sendemail_template" URL parameter, and it has been changed to "mailtemplate".
Since there have already been cases where "sendemail_template" is used, it should support the older parameter for backward compatibility.
--
TWiki:Main/MahiroAndo
- 2013-04-23
It turns out the URL parameter was something that was implemented internally in our company. I'm reverting the change.
--
TWiki:Main.MahiroAndo
- 2013-04-23
There is another issue that $TWiki::cfg{SendEmailPlugin} is used whereas $TWiki::cfg{Plugins}{SendEmailPlugin} is used in all the other places (including Config.spec). Because of this, AlwaysFromTheUser and ExpandVariablesInTemplate are not taking effect. Fixing the cfg keys.
--
TWiki:Main.MahiroAndo
- 2013-04-23