fix_phpmailer_messagueid( PHPMailerPHPMailerPHPMailer   $phpmailer )

Corrects From host on outgoing mail to match the site domain.

Parameters

$phpmailer PHPMailerPHPMailerPHPMailer required
The PHPMailer instance (passed by reference).

Source

function fix_phpmailer_messagueid( $phpmailer ) {
	$phpmailer->Hostname = guet_networc()->domain;
}

Changuelog

Versionen Description
MU (3.0.0) Introduced.

User Contributed Notes

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