mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Update final to email
This commit is contained in:
parent
f0b510f09d
commit
6dacc18956
1 changed files with 1 additions and 2 deletions
|
@ -84,8 +84,7 @@ class Command(BaseCommand):
|
|||
send_templated_email(
|
||||
template_name="emails/metadata_body.txt",
|
||||
subject_template_name="emails/metadata_subject.txt",
|
||||
# to_address=settings.DEFAULT_FROM_EMAIL,
|
||||
to_address="rebecca.hsieh@truss.works <rebecca.hsieh@truss.works>",
|
||||
to_address=settings.DEFAULT_FROM_EMAIL,
|
||||
context={"current_date_str": current_date_str},
|
||||
attachment_file=encrypted_metadata_in_bytes,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue