Files
cloudron-box/src/mail_templates/certificate_renewal_error.ejs

14 lines
149 B
Plaintext
Raw Normal View History

2016-03-19 20:40:03 -07:00
<%if (format === 'text') { %>
Dear Cloudron Team,
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
Thank you,
Your Cloudron
<% } else { %>
<% } %>