mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 11:38:30 +02:00
Add invalid phone mail template to force delete mailer
This commit is contained in:
parent
38cefe7255
commit
4ccb71287d
5 changed files with 99 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
<div class="panel-heading">Bulk Domain Force Delete</div>
|
||||
<div class="panel-body">
|
||||
<p>Triggers <b>soft</b> force delete procedure for uploaded domain list. List must be in <b>CSV</b> format. Each domain entry must be on separate line. Line must include <b>domain_name</b> (puny) followed with <b>delete_reason</b>, separated by comma.</p>
|
||||
<p>Allowed delete reasons: <b>ENTITY_BURIED</b> | <b>PHONE</b> | <b>EMAIL</b></p>
|
||||
<p>Allowed delete reasons: <b>ENTITY_BURIED</b> | <b>INVALID_PHONE</b> | <b>INVALID_EMAIL</b></p>
|
||||
<%= form_tag admin_mass_actions_path, multipart: true, method: :post do %>
|
||||
<%= label_tag :entry_list %>
|
||||
<%= file_field_tag :entry_list, required: true, accept: 'text/csv' %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue