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 { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|