vlibMimeMail
Table of Contents
| Up:
4. vlibMimeMail
| Previous:
4.12. subject()
| Next:
4.14. htmlBody()
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);