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:
denise 2012-08-29 10:56:47 -04:00
parent b9ea84516f
commit f188cfbba2
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class Application_Model_Email
);
} else {
$config = array(
'ssl' => 'ssl'
'ssl' => 'tls'
);
}