New: Add a module to select email targets from a file in email module

This commit is contained in:
Laurent Destailleur
2008-08-01 20:59:33 +00:00
parent 90c45ac373
commit 40418d0d38
14 changed files with 238 additions and 64 deletions

View File

@@ -28,7 +28,8 @@ class mailing_example extends MailingTargets
{
// CHANGE THIS: Put here a name not already used
var $name='example';
// CHANGE THIS: Put here a description of your selector module
// CHANGE THIS: Put here a description of your selector module.
// This label is used if no translation for MailingModuleDescXXX where XXX=name is found
var $desc='Put here a description';
// CHANGE THIS: Set to 1 if selector is available for admin users only
var $require_admin=0;