Get Hostname
string Core_Email::_get_hostname( )
string
protected function _get_hostname() { return isset($_SERVER['HTTP_HOST']) ? $_SERVER['HTTP_HOST'] : 'localhost.localdomain'; }