Skip to content
Snippets Groups Projects
Commit 17e807e8 authored by Uma's avatar Uma
Browse files

Merge branch 'Outgoing_server_Error_setup' into 'master'

Fixes Outgoing server setup issue

See merge request !675
parents 972b791f 4e765c1c
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