21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-28 05:08:49 +02:00
chexpire/app/views/notifications_mailer/domain_recurrent_failures.en.text.erb

29 lines
742 B
Plaintext
Raw Normal View History

Hi,
We had recurrent failures while checking the whois database for domain
<%= @check.domain %>. As of today, we can't anymore verify the expiry date.
The last known expiry date is <%= format_utc(@check.domain_expires_at) %>.
The last successful check occured <%= format_utc(@check.last_success_at) %>.
If you have deleted your domain or have not renewed it, please disable
or delete the check by following this link:
<%= edit_check_url(@check) %>
<%- if @check.comment.present? -%>
You wrote the following comment with this domain:
<%= @check.comment -%>
<%- end -%>
<%- if @check.vendor.present? -%>
Vendor: <%= @check.vendor %>
<% end %>
<%= render "footer_recurrent_failures", delay: @notification.delay, check: @check %>