Remove unused email templates

This commit is contained in:
Erin Song 2025-01-27 09:40:43 -08:00
parent 074ecf6f66
commit ae70f03967
No known key found for this signature in database
2 changed files with 0 additions and 32 deletions

View file

@ -1,31 +0,0 @@
{% autoescape off %}{# In a text file, we don't want to have HTML entities escaped #}
Hi, {{ recipient.first_name }}.
A domain manager was removed from {{ domain.name }}.
REMOVED BY: {{ "populate" }}
REMOVED ON: {{date}}
MANAGER REMOVED: {{ "populate" }}
----------------------------------------------------------------
WHY DID YOU RECEIVE THIS EMAIL?
Youre listed as a domain manager for {{ domain.name }}, so youll receive a notification whenever a domain manager is removed from that domain.
If you have questions or concerns, reach out to the person who removed the domain manager or reply to this email.
THANK YOU
.Gov helps the public identify official, trusted information. Thank you for using a .gov domain.
----------------------------------------------------------------
The .gov team
Contact us <https://get.gov/contact/>
Learn about .gov <https://get.gov>
The .gov registry is a part of the Cybersecurity and Infrastructure Security Agency (CISA) <https://cisa.gov/>.
{% endautoescape %}

View file

@ -1 +0,0 @@
A domain manager was removed from {{ domain.name }}