Project

General

Profile

Bug #4535

Updated by nant almost 10 years ago

The Mass Mailer form on CB User Manager is missing tooltips. 

 Here is initial proposal: 

 Simulation Mode 
 MASS_MAILER_SIMULATION_MODE 
 Check this box to simulate email sending in a dry run mode. No emails are actually sent. 

 Email Subject 
 MASS_MAILER_SUBJECT 
 Type in the subject of the mass mailing (CB field substitutions are supported). 

 Email Message 
 MASS_MAILER_MESSAGE 
 Type in the main message body of your mass mailing (HTML editor and CB field substitutions are supported). 

 Email Attachments: 
 MASS_MAILER_ATTACHMENT 
 Absolute server path to file that should be attached to each email. Multiple files can be specified using a comma separator. 

 From Name: 
 MASS_MAILER_FROM_NAME 
 The name to be used in the From field of email. If left empty the CB and Joomla configuration defaults will be used.  

 From Email Address: 
 MASS_MAILER_FROM_ADDRESS 
 The email address to be user in the From field of email. If left empty the CB and Joomla settings will be used. 

 Reply-To Name: 
 MASS_MAILER_REPLY_TO_NAME 
 The Reply-To Name value to be used in the From field of email. If left empty the CB and Joomla settings will be used. 

 Reply-To Email Address: 
 MASS_MAILER_REPLY_TO_ADDRESS 
 The Reply-To Email address to be used in the email. 

 Emails per batch: 
 MASS_MAILER_EMAILS_PER_BATCH 
 The number of emails to be sent in each batch (default 50). 

 Seconds of pause between batches: 
 MASS_MAILER_SECONDS_BETWEEN_BATCHES 
 The number of seconds to pause between batch sending (default is 30 sec).

Back