diff options
author | Friendika <info@friendika.com> | 2010-11-06 14:40:19 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-06 14:40:19 -0700 |
commit | 05236adf0f1dd821c14ae0ffed2aaa08b9c606a2 (patch) | |
tree | dd45b42e0ab5850f4981b08c10e72da4381060e8 /view/follow_notify_eml.tpl | |
parent | 964ca0e07995de67c65c7916e1c8ce9706edb9da (diff) | |
download | volse-hubzilla-05236adf0f1dd821c14ae0ffed2aaa08b9c606a2.tar.gz volse-hubzilla-05236adf0f1dd821c14ae0ffed2aaa08b9c606a2.tar.bz2 volse-hubzilla-05236adf0f1dd821c14ae0ffed2aaa08b9c606a2.zip |
notification email on follow activities
Diffstat (limited to 'view/follow_notify_eml.tpl')
-rw-r--r-- | view/follow_notify_eml.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/follow_notify_eml.tpl b/view/follow_notify_eml.tpl new file mode 100644 index 000000000..ae758c9a8 --- /dev/null +++ b/view/follow_notify_eml.tpl @@ -0,0 +1,14 @@ + +Dear $myname, + +You have a new follower at $sitename - '$requestor'. + +You may visit their profile at $url. + +Please login to your site to approve or ignore/cancel the request. + +$siteurl + +Regards, + + $sitename administrator
\ No newline at end of file |