Commit bcb77695 by Jansa Jose

Merge branch 'master' into 'dev_production'

mail credentials get changed See merge request !25
parents 5139fbe7 2ec187d8
......@@ -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