The
MailerContrib run fails with the following error when a newsletter style mailing is requested.:
Can't locate TWiki/Contrib/MailerContrib/TopicContext.pm in @INC
The code checks for
TWiki:Func:pushTopicContext
and if the function is not found, it requires
MailerContrib:TopicContext however this file is not provided with the current distribution.
if (!defined( &TWiki::Func::pushTopicContext )) {
require TWiki::Contrib::MailerContrib::TopicContext;
}
--
TWiki:Main/GeorgeClark
- 20 Dec 2007
OK, thanks George
CC