fixed sending local emails; fixed error messages

This commit is contained in:
following
2013-03-21 23:36:42 +01:00
parent 1ef9aa9c9a
commit 9661614ea0
5 changed files with 11 additions and 2 deletions

View File

@@ -100,6 +100,9 @@ class mail extends Smarty
static function is_existent_maildomain($domain)
{
if ($domain == "localhost")
return true; // allow maintenance mails e.g. to root
$smtp_serverlist = array();
$smtp_serverweight = array();