2015-07-20 00:09:47 -07:00
|
|
|
<%if (format === 'text') { %>
|
|
|
|
|
|
|
|
|
|
Dear Admin,
|
|
|
|
|
|
2016-04-03 02:09:47 +02:00
|
|
|
User <%= user.username %> <%= user.email %> <%= event %> in the Cloudron at <%= fqdn %>.
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
You are receiving this email because you are an Admin of the Cloudron at <%= fqdn %>.
|
|
|
|
|
|
|
|
|
|
Thank you,
|
|
|
|
|
User Manager
|
|
|
|
|
|
|
|
|
|
<% } else { %>
|
|
|
|
|
|
|
|
|
|
<% } %>
|
|
|
|
|
|