This commit is contained in:
zandercymatics 2024-06-11 08:47:30 -06:00
parent f2f0ebc27c
commit c2b32aadc0
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -812,6 +812,7 @@ class DomainRequest(TimeStampedModel):
email_template=f"emails/action_needed_reasons/{email_template_name}", email_template=f"emails/action_needed_reasons/{email_template_name}",
email_template_subject=f"emails/action_needed_reasons/{email_template_subject_name}", email_template_subject=f"emails/action_needed_reasons/{email_template_subject_name}",
send_email=send_email, send_email=send_email,
bcc_address="help@get.gov",
wrap_email=True, wrap_email=True,
) )