Corrects From host on outgoing mail to match the site domain.
Parameters
-
$phpmailerPHPMailerPHPMailerPHPMailer 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. |
Example