15 lines
207 B
Plaintext
15 lines
207 B
Plaintext
<%if (format === 'text') { %>
|
|
|
|
Dear Cloudron Admin,
|
|
|
|
User <%= user.username || user.email %> <%= event %>.
|
|
|
|
|
|
Powered by https://cloudron.io
|
|
|
|
Sent at: <%= new Date().toUTCString() %>
|
|
|
|
<% } else { %>
|
|
|
|
<% } %>
|