mail.body

Syntax

v = mail.body(bs,s)

Set the email body.

Returns:

v - void return

Arguments:

bs - Boolean indicating whether s is a string or a file name. If bs is false, then s is interpreted as a file name. If bs is true, then s is directly interpreted as a string to become the message body.

s - file name or body text