mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 09:01:40 +01:00
New: Add a module to select email targets from a file in email module
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user