From 6aff1731c500731f2ac91c47bb3b993a49a4461f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 10 May 2009 02:44:53 +0000 Subject: [PATCH] If using the SMTPS method for mail, we can test the server availability --- htdocs/admin/mails.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/admin/mails.php b/htdocs/admin/mails.php index 403a9547d1d..c596e8e9504 100644 --- a/htdocs/admin/mails.php +++ b/htdocs/admin/mails.php @@ -416,6 +416,8 @@ else print '
'; + print ''.$langs->trans("Modify").''; + if ($conf->global->MAIN_MAIL_SENDMODE != 'mail' || ! $linuxlike) { if (function_exists('fsockopen') && $port && $server) @@ -435,8 +437,6 @@ else print ''.$langs->trans("DoTestSendHTML").''; } - print ''.$langs->trans("Modify").''; - print '
';