Skip to content

Commit

Permalink
Fixed issue #924
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Brookbanks committed Dec 11, 2015
1 parent 55017a4 commit 2ec9d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/ajax.class.php
Expand Up @@ -211,7 +211,7 @@ public static function SMTPTest() {
$GLOBALS['db']->insert('CubeCart_request_log', $email_test_results_data);
$json = $email_test_results;
} else {
$json = "Test failed to execute.";
$json = "Test failed to execute. ".$test_mailer->ErrorInfo;
}
return $json;
}
Expand Down

0 comments on commit 2ec9d23

Please sign in to comment.