mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 18:09:25 +02:00
Add bcc
This commit is contained in:
parent
f2f0ebc27c
commit
c2b32aadc0
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue