summaryrefslogtreecommitdiffstats
path: root/api/templates/email_info.html
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-12-11 11:22:12 -0800
committerReed Garmsen <rgarmsen2295@gmail.com>2015-12-11 11:44:07 -0800
commit75ce7548603072fe19f5230bd59596cc4e5959e5 (patch)
tree5fc6f24a6b250824a783e5c7817c829584fa872e /api/templates/email_info.html
parentce03fbc6d8176b6d5a903312241a948f59785a04 (diff)
downloadchat-75ce7548603072fe19f5230bd59596cc4e5959e5.tar.gz
chat-75ce7548603072fe19f5230bd59596cc4e5959e5.tar.bz2
chat-75ce7548603072fe19f5230bd59596cc4e5959e5.zip
Fixed broken unsubscribe instructions
Diffstat (limited to 'api/templates/email_info.html')
-rw-r--r--api/templates/email_info.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/api/templates/email_info.html b/api/templates/email_info.html
new file mode 100644
index 000000000..48725d144
--- /dev/null
+++ b/api/templates/email_info.html
@@ -0,0 +1,9 @@
+{{define "email_info"}}
+
+<td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
+ Any questions at all, mail us any time: <a href="mailto:{{.ClientCfg.FeedbackEmail}}" style="text-decoration: none; color:#2389D7;">{{.ClientCfg.FeedbackEmail}}</a>.<br>
+ Best wishes,<br>
+ The {{.ClientCfg.SiteName}} Team<br>
+</td>
+
+{{end}}