CC-4300: System -> Preference: Please add a option let user choose if the SMTP server requires User Authentication
-small fix
This commit is contained in:
parent
b9ea84516f
commit
f188cfbba2
|
@ -35,7 +35,7 @@ class Application_Model_Email
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
$config = array(
|
$config = array(
|
||||||
'ssl' => 'ssl'
|
'ssl' => 'tls'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue