summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-06 00:47:02 +0300
committerAndrew Dolgov <[email protected]>2010-11-06 00:47:02 +0300
commit31a53903e635ae84ae1551d52772e75f2380b416 (patch)
tree0611e047ccca7c04d21aae64cffad3ed4ec3f1f9 /templates
parentf0855b88af1ee551d6591eb64a9bdecb2f4a7833 (diff)
add article forwarding by email (closes #271)
Diffstat (limited to 'templates')
-rw-r--r--templates/email_article_template.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/email_article_template.txt b/templates/email_article_template.txt
new file mode 100644
index 000000000..035ee5c97
--- /dev/null
+++ b/templates/email_article_template.txt
@@ -0,0 +1,15 @@
+<!-- $BeginBlock email -->
+Hi,
+
+I've been reading this article and thought it might interest you:
+
+${ARTICLE_TITLE}
+
+${ARTICLE_URL}
+
+Sincerely yours,
+ ${USER_NAME} <${USER_EMAIL}>.
+
+--
+This message has been sent by Tiny Tiny RSS installation at ${TTRSS_HOST}.
+<!-- $EndBlock email -->