= 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