setBody() protected method
Sets the message body.
If body is already set and its content type matches given one, it will be overridden, if content type miss match the multipart message will be composed.
protected void setBody ( $body, $contentType ) | ||
---|---|---|
$body | string |
Body content. |
$contentType | string |
Body content type. |
Please login to continue.