Add feedback email template

This commit is contained in:
Johannes Zellner
2015-08-04 14:31:33 +02:00
parent 0d1ba01d65
commit 57e2803bd2
+17
View File
@@ -0,0 +1,17 @@
<%if (format === 'text') { %>
New <%= type %> from <%= fqdn >.
Sender: <%= user.email %>
Admin: <%= adminEmail %>
Sent at: <%= new Date().toUTCString() %>
Subject: <%= subject %>
-----------------------------------------------------------
<%= description %>
-----------------------------------------------------------
<% } else { %>
<% } %>