htmlBody (string htmlbody)
$htmlbody = "<html><body><p>This is the body of the message in HTML.</p></body></html>"; $mail->htmlBody($htmlbody);