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