Commit 2ec187d8 by Jansa Jose

mail credentials get changed

parent f3675959
......@@ -199,7 +199,7 @@ function get_cars_details(){
$config = Array(
'protocol' => 'smtp',
'smtp_host' => $settings->smtp_host,
'smtp_port' => 465,
'smtp_port' => 25,
'smtp_user' => $settings->smtp_username, // change it to yours
'smtp_pass' => $settings->smtp_password, // change it to yours
'smtp_timeout'=>20,
......
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