CORE POS - Fannie
The CORE POS back end
Public Attributes | List of all members
ScheduledEmails Class Reference
Inheritance diagram for ScheduledEmails:
COREPOS\Fannie\API\FanniePlugin

Public Attributes

 $plugin_settings
 
 $plugin_description
 

Additional Inherited Members

- Public Member Functions inherited from COREPOS\Fannie\API\FanniePlugin
 pluginUrl ()
 
 pluginDbStruct ($db, $struct_name, $db_name="")
 
- Static Public Member Functions inherited from COREPOS\Fannie\API\FanniePlugin
static memberOf ($file, $exclude='plugins')
 
- Static Protected Member Functions inherited from COREPOS\Fannie\API\FanniePlugin
static getPluginList ()
 
static defaultSearchDir ()
 

Member Data Documentation

ScheduledEmails::$plugin_description
Initial value:
= 'Plugin for templating and sending emails to
members on a scheduled basis.'
ScheduledEmails::$plugin_settings
Initial value:
= array(
'ScheduledEmailDB' => array('default'=>'core_schedule_email','label'=>'Database Name',
'description'=>'Database to store email templates and schedules'),
'ScheduledEmailFrom' => array('default'=>'no-reply@localhost','label'=>'Sender Address',
'description'=>'The "From" address for scheduled emails.'),
'ScheduledEmailFromName' => array('default'=>'CORE POS','label'=>'Sender Name',
'description'=>'A name to associate with the "From" address'),
'ScheduledEmailReplyTo' => array('default'=>'no-reply@localhost','label'=>'Reply-To Address',
'description'=>'The "Reply" address for scheduled emails.'),
)

Desired settings. These are automatically exposed on the 'Plugins' area of the install page and written to ini.php


The documentation for this class was generated from the following file: