03-06-2017, 09:56 AM
(03-05-2017, 02:43 AM)Paradinight Wrote:(03-04-2017, 12:21 PM)lisheng51 Wrote: system/libraries/Email.php
public $useragent = 'CodeIgniter';
Do not change the Email.php in the system folder
https://www.codeigniter.com/user_guide/l...references
$config['useragent'] = 'NewAgent';
Excellent. Thank you so much.