Automatically makes modifications for inline images and backgrounds
and creates a plain-text version by converting the HTML.
Overwrites any existing values in $this->Body and $this->AltBody
public msgHTML ( string $message, string $basedir = '', boolean | callable $advanced = false ) : string | ||
$message | string | HTML message string |
$basedir | string | baseline directory for path, with or without a trailing slash |
$advanced | boolean | callable | Whether to use the internal HTML to text converter or your own custom converter @see PHPMailer::html2text() |
return | string | $message |