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: 

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


 MASS_MAILER_SUBJECT_LABEL    -> 

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

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

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

 MASS_MAILER_FROM_NAME_LABEL    -> From Name Name: 
 MASS_MAILER_FROM_NAME_TOOLTIP -> 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.  

 MASS_MAILER_FROM_ADDRESS_LABEL -> From Email Address Address: 
 MASS_MAILER_FROM_ADDRESS_TOOLTIP -> 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. 

 MASS_MAILER_REPLY_TO_NAME_LABEL    -> Reply-To Name Name: 
 MASS_MAILER_REPLY_TO_NAME_TOOLTIP -> 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. 

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

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

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

Back