16 lines
271 B
Plaintext
16 lines
271 B
Plaintext
<%if (format === 'text') { %>
|
|
|
|
Dear Admin,
|
|
|
|
User <%= user.username %> <%= user.email %> <%= event %> in the Cloudron at <%= fqdn %>.
|
|
|
|
You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>.
|
|
|
|
Thank you,
|
|
User Manager
|
|
|
|
<% } else { %>
|
|
|
|
<% } %>
|
|
|