Warning: This method has been deprecated. No longer used instead.

BP_PHPMailer::get_hostname()

Get an appropriate hostname for the email. Varies depending on site configuration.


Description Description


Return Return

(string)


Top ↑

Source Source

File: bp-core/classes/class-bp-phpmailer.php

	public static function get_hostname() {
		return '';
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.3 No longer used.
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.