mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-23 09:02:41 +00:00
8 lines
139 B
PHP
8 lines
139 B
PHP
|
<?php return [
|
||
|
'mime' => "text/html",
|
||
|
'content' => <<<MESSAGE_BODY
|
||
|
<html>
|
||
|
<title>Example article</title>
|
||
|
</html>
|
||
|
MESSAGE_BODY
|
||
|
];
|