send a message for cert renewal status
This commit is contained in:
22
src/mail_templates/certificate_renewed.ejs
Normal file
22
src/mail_templates/certificate_renewed.ejs
Normal 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 { %>
|
||||
|
||||
<% } %>
|
||||
|
||||
Reference in New Issue
Block a user