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