summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorjustauser <[email protected]>2013-05-27 12:07:56 -0400
committerjustauser <[email protected]>2013-05-27 12:07:56 -0400
commit2e937560dfada30b398760308ce11f08c205d468 (patch)
treeefcc05dca6f041338493573ca40821d047ac8ce1 /templates
parent6dd01fcea230dc96bd3955aa74cf16aa1c5c17ca (diff)
Added the note text to the body of the email sending articles
Diffstat (limited to 'templates')
-rw-r--r--templates/email_article_template.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/email_article_template.txt b/templates/email_article_template.txt
index 5cf2b2750..602a9c4a1 100644
--- a/templates/email_article_template.txt
+++ b/templates/email_article_template.txt
@@ -1,9 +1,13 @@
<!-- $BeginBlock email -->
Hi,
-I've been reading this and thought it might interest you:
+Thought I'd share the following with you:
+
<!-- $BeginBlock article -->
* ${ARTICLE_TITLE}
+
+ ${ARTICLE_NOTE}
+
${ARTICLE_URL}
<!-- $EndBlock article -->