<?php return [
    'mime'    => "text/html",
    'content' => <<<MESSAGE_BODY
<html>
<title>Example article</title>
</html>
MESSAGE_BODY
];