summaryrefslogtreecommitdiff
path: root/views/email.php
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2021-02-27 17:57:02 +0000
committerAaron Parecki <aaron@parecki.com>2021-02-27 17:57:02 +0000
commitfd758f2ce566a641695af904726178c6d20f9ae7 (patch)
tree05b50548e52062220f614c24bed67a586d40ad19 /views/email.php
parentcdbc6aa4f305529f618e19b5af31ed896fb0a673 (diff)
turn off post-by-email
Diffstat (limited to 'views/email.php')
-rw-r--r--views/email.php18
1 files changed, 1 insertions, 17 deletions
diff --git a/views/email.php b/views/email.php
index e3464f6..4781c7a 100644
--- a/views/email.php
+++ b/views/email.php
@@ -1,22 +1,6 @@
<div class="narrow">
<?= partial('partials/header') ?>
- <div class="jumbotron" style="margin-top: 20px;">
- <p>
- Send email or MMS to<br>
- <a href="mailto:<?= $this->user->email_username . '@' . Config::$hostname ?>"><?= $this->user->email_username . '@' . Config::$hostname ?></a>
- </p>
- </div>
-
- <div style="width: 80%; margin: 0 auto;">
- <h3>Email Subject</h3>
- <p>If you add a subject line to your email, it will be sent as the "name" property which indicates to your Micropub endpoint that this is a blog post.</p>
-
- <h3>Email and MMS body</h3>
- <p>The text of your email or MMS will be send as the "content" property, which is the main contents of your post. Plaintext only for now.</p>
-
- <h3>Photo</h3>
- <p>If you attach a photo to your email or MMS, it will be sent to your Micropub endpoint. (Only one photo is currently supported.)</p>
- </div>
+ <p>This feature is not available.</p>
</div>