Commit f3675959 by Jansa Jose

mail changed

parent bf13e02e
...@@ -197,14 +197,14 @@ function get_cars_details(){ ...@@ -197,14 +197,14 @@ function get_cars_details(){
$this->load->library('email'); $this->load->library('email');
$config = Array( $config = Array(
'protocol' => 'mail', 'protocol' => 'smtp',
'smtp_host' => $settings->smtp_host, 'smtp_host' => $settings->smtp_host,
'smtp_port' => 25, 'smtp_port' => 465,
'smtp_user' => $settings->smtp_username, // change it to yours 'smtp_user' => $settings->smtp_username, // change it to yours
'smtp_pass' => $settings->smtp_password, // change it to yours 'smtp_pass' => $settings->smtp_password, // change it to yours
'smtp_timeout'=>20, 'smtp_timeout'=>20,
'mailtype' => 'html', 'mailtype' => 'html',
'charset' => 'iso-8859-1', 'charset' => 'utf-8',
'wordwrap' => TRUE 'wordwrap' => TRUE
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment