mini\Mail\MultipartMessage::getBody() Method

public

Signature

public function getBody(): Psr\Http\Message\StreamInterface

Returns

Psr\Http\Message\StreamInterface

Documentation

Get the message body

Returns a stream that produces RFC 2046 compliant multipart content. The stream reads through child parts without buffering entire bodies.

Source

src/Mail/MultipartMessage.php:436-439