Setting Email Preferences - PHP Views : 140
Tagged in : PHP
0 0
Send mail
$config['protocol'] = 'sendmail';
$config['mailpath'] = '/usr/sbin/sendmail';
$config['charset'] = 'iso-8859-1';
$config['wordwrap'] = TRUE;

$this->email->initialize($config);
By gowtham, On - 2010-09-17



    Login to add Comments .