Welcome Guest, Not a member yet? Register   Sign In
about email library
#4

I set follow code here

PHP Code:
$config['protocol'] = 'sendmail';
$config['mailpath'] = '/usr/sbin/sendmail';
$config['charset'] = 'iso-8859-1';
$config['wordwrap'] = TRUE;

$this->email->initialize($config); 

it error :

Exit status code: 1
Unable to open a socket to Sendmail. Please check settings.
Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.
Reply


Messages In This Thread
about email library - by seasenx6 - 08-15-2015, 07:03 AM
RE: about email library - by RobertSF - 08-15-2015, 10:35 AM
RE: about email library - by InsiteFX - 08-15-2015, 10:36 AM
RE: about email library - by seasenx6 - 08-16-2015, 12:06 AM
RE: about email library - by MUGA - 08-16-2015, 02:24 AM
RE: about email library - by InsiteFX - 08-16-2015, 03:59 AM
RE: about email library - by seasenx6 - 08-16-2015, 08:51 AM



Theme © iAndrew 2016 - Forum software by © MyBB