BUG 0000 Fixed issue with email .. a notice that breaks ajax

When email is using sendmail instead of PHPMailer
This commit is contained in:
Hugo Loza
2011-07-26 17:27:59 -04:00
parent f38dc1045f
commit cb77a7a733
2 changed files with 2 additions and 2 deletions

View File

@@ -254,7 +254,7 @@ function sendTestMail() {
'MESS_ACCOUNT' => $_POST['MESS_ACCOUNT'],
'MESS_PASSWORD' => $_POST['MESS_PASSWORD'],
'SMTPAuth' => $_POST['SMTPAuth'],
'SMTPSecure' => $_POST['SMTPSecure']
'SMTPSecure' => isset($_POST['SMTPSecure'])?$_POST['SMTPSecure']:'none'
));
$oSpool->create(array(