swiftmailer\Message setBody()

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.

doc_Yii
2016-10-30 17:12:59
Comments
Leave a Comment

Please login to continue.