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

27 lines
483 B
Plaintext
Raw Normal View History

2016-03-19 20:40:03 -07:00
<%if (format === 'text') { %>
Dear Cloudron Admin,
2017-01-26 12:46:56 -08:00
The certificate for <%= domain %> could not be renewed.
The Cloudron will attempt to renew the certificate every 12 hours
until the certificate expires (at which point it will switch to
using the fallback certificate).
The error was:
-------------------------------------
2016-03-19 20:40:03 -07:00
2016-03-20 12:12:22 -07:00
<%- message %>
-------------------------------------
Powered by https://cloudron.io
2017-01-26 12:46:56 -08:00
Sent at: <%= new Date().toUTCString() %>
2016-03-19 20:40:03 -07:00
<% } else { %>
<% } %>