send a message for cert renewal status

This commit is contained in:
Girish Ramakrishnan
2016-03-19 20:40:03 -07:00
parent 5042741435
commit 11513f9428
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<%if (format === 'text') { %>
Dear Cloudron Team,
<% if (message) { %>
<%= domain %> was not renewed.
<%- message %>
<% } else { %>
<%= domain %> was renewed.
<% } %>
Thank you,
Your Cloudron
<% } else { %>
<% } %>