BUG 0000 Fixed issue with email .. a notice that breaks ajax
When email is using sendmail instead of PHPMailer
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user