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 | |
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')
-rw-r--r-- | view/follow_notify_eml.tpl | 14 | ||||
-rw-r--r-- | view/request_notify_eml.tpl | 2 |
2 files changed, 15 insertions, 1 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 diff --git a/view/request_notify_eml.tpl b/view/request_notify_eml.tpl index aec3f270b..9eef7a61e 100644 --- a/view/request_notify_eml.tpl +++ b/view/request_notify_eml.tpl @@ -1,7 +1,7 @@ Dear $myname, -You have just received a personal introduction at $sitename +You have just received a connection request at $sitename from '$requestor'. |