Files
cloudron-box/src/mail_templates/feedback.ejs
T

16 lines
264 B
Plaintext
Raw Normal View History

2015-08-04 14:31:33 +02:00
<%if (format === 'text') { %>
2015-08-04 14:49:43 +02:00
New <%= type %> from <%= fqdn %>.
2015-08-04 14:31:33 +02:00
Sender: <%= user.email %>
Sent at: <%= new Date().toUTCString() %>
Subject: <%= subject %>
-----------------------------------------------------------
<%= description %>
<% } else { %>
<% } %>