16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
|
|
<%if (format === 'text') { %>
|
||
|
|
|
||
|
|
Dear Admin,
|
||
|
|
|
||
|
|
User with name '<%= username %>' (<%= 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 { %>
|
||
|
|
|
||
|
|
<% } %>
|
||
|
|
|