Files
cloudron-box/src/mail_templates/certificate_renewed.ejs
T

17 lines
219 B
Plaintext
Raw Normal View History

2016-03-19 20:40:03 -07:00
<%if (format === 'text') { %>
Dear Cloudron Team,
<% if (message) { %>
2016-03-20 12:12:22 -07:00
<%= domain %> was not renewed.
2016-03-19 20:40:03 -07:00
2016-03-20 12:12:22 -07:00
<%- message %>
2016-03-19 20:40:03 -07:00
<% } else { %>
2016-03-20 12:12:22 -07:00
<%= domain %> was renewed.
2016-03-19 20:40:03 -07:00
<% } %>
Thank you,
Your Cloudron
<% } else { %>
<% } %>