Codex

Function Reference/fix phpmailer messageid

This page is marked as incomplete. You can help Codex by expanding it.

Contents

Description

Correct From: host on outgoing email to match the site domain

Usage

<?php fix_phpmailer_messageid$phpmailer ?>

Parameters

$phpmailer
(PHPMailer object) (required) outgoing email transport object
Default: None

Return Value

The PHPmailer object is modified directly, no value is returned

Examples


Notes

Uses global $current_site

Change Log

Since: MU

Source File

fix_phpmailer_messageid() is located in wp-includes/ms-functions.php

Related

 

See also index of Function Reference and index of Template Tags.