From 117d7a7ce83dbcf749c88201cd46a3e10efc899b Mon Sep 17 00:00:00 2001 From: Carson Fleming Date: Thu, 23 Feb 2017 18:24:01 -0500 Subject: When an ad receives a response, create a hook which emails the poster --- inc/app_eml.tpl | 22 ++++++++++++++++++++++ inc/eml.tpl | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 inc/app_eml.tpl (limited to 'inc') diff --git a/inc/app_eml.tpl b/inc/app_eml.tpl new file mode 100644 index 0000000..b788f93 --- /dev/null +++ b/inc/app_eml.tpl @@ -0,0 +1,22 @@ + + + + + Active Your Bulletin Account + + + +
+
+

Your Ad, [tpl:adname], has just received a response. The applicant is named [tpl:seekername] and [tpl:seekerrating]. To get in touch, you can check out more of their profile, you can email them at [tpl:seekereml], or check out more of their profile here.

+
+
+
+[config:eml_footer] +

Copyright © 2016 Bulletin Team

+ + diff --git a/inc/eml.tpl b/inc/eml.tpl index e09831d..49cd743 100644 --- a/inc/eml.tpl +++ b/inc/eml.tpl @@ -17,7 +17,7 @@
-

Welcome to Bulletin!

+[config:eml_footer]

Copyright © 2016 Bulletin Team

-- cgit v1.2.3