Files
cloudron-box/src/mail_templates/feedback.ejs
T
2015-08-04 14:56:43 +02:00

16 lines
264 B
Plaintext

<%if (format === 'text') { %>
New <%= type %> from <%= fqdn %>.
Sender: <%= user.email %>
Sent at: <%= new Date().toUTCString() %>
Subject: <%= subject %>
-----------------------------------------------------------
<%= description %>
<% } else { %>
<% } %>