vlibMimeMail

vLIB logo

4.14. htmlBody()

Function Description
  htmlBody (string htmlbody)

This function sets the body of the message in HTML.

Example

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