mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2025-01-10 18:02:40 +00:00
aaa4d1e988
- At the moment this is a completely manual setting: feed deduplication makes the setting very hard to handle for multiple users - Improves #60
13 lines
No EOL
240 B
PHP
13 lines
No EOL
240 B
PHP
<?php return [
|
|
'mime' => "text/html",
|
|
'content' => <<<MESSAGE_BODY
|
|
<html>
|
|
<title>Example article</title>
|
|
<body>
|
|
<article>
|
|
<p>Partial content, followed by more content</p>
|
|
</article>
|
|
</body>
|
|
</html>
|
|
MESSAGE_BODY
|
|
]; |