Skip to content
Snippets Groups Projects
Commit 4e765c1c authored by Uma's avatar Uma
Browse files

Fixes Outgoing server setup issue

parent 972b791f
No related branches found
No related tags found
No related merge requests found
......@@ -494,7 +494,7 @@ function getMailError($mail,$mail_status,$to)
global $adb;
$adb->println("Inside the function getMailError");
$msg = array_search($mail_status,$mail->language);
$msg = array_search($mail_status,$mail->getTranslations());
$adb->println("Error message ==> ".$msg);
if($msg == 'connect_host')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment