class MimeMessage (View source)

Methods

static string
make(BodyStructurePart $part, string $content)

Build a minimal MIME message from body structure metadata and raw content.

Details

static string make(BodyStructurePart $part, string $content)

Build a minimal MIME message from body structure metadata and raw content.

Parameters

BodyStructurePart $part
string $content

Return Value

string