diff options
Diffstat (limited to 'Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Smtp.php')
-rw-r--r-- | Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Smtp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Smtp.php b/Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Smtp.php index e47357a..42004a4 100644 --- a/Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Smtp.php +++ b/Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Smtp.php @@ -120,7 +120,7 @@ class Postman_Zend_Mail_Transport_Smtp extends Postman_Zend_Mail_Transport_Abstr if (isset($config['name'])) { $this->_name = $config['name']; } else { - $this->_name = PostmanUtils::getServerIp(); + $this->_name = PostmanUtils::getServerName(); } if (isset($config['port'])) { |