vlibMimeMail

vLIB logo

4.13. body()

Function Description
  body (string body)

This function sets the plain text body of the message.

Example

   $body = 'This is the body of the message!';
   $mail->body($body);