mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-02 14:37:55 -05:00
11 lines
496 B
PHP
11 lines
496 B
PHP
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
|
|
$config['default_email_address'] = "";
|
|
$config['default_cc_address'] = '';
|
|
$config['default_sender_name'] = "";
|
|
$config['default_sender_address'] = "";
|
|
$config['default_bounce_address'] = "";
|
|
$config['charset'] = 'utf-8';
|
|
$config['mailtype'] = 'html';
|
|
$config['wordwrap'] = FALSE;
|
|
|