Merge pull request #3510 from alphagov/nhs_branding_default_for_nhs_org

When creating a new NHS org, set default email branding to NHS
This commit is contained in:
Pea Tyczynska
2022-04-19 15:33:03 +01:00
committed by GitHub
5 changed files with 118 additions and 4 deletions

View File

@@ -185,6 +185,7 @@ class Config(object):
MOU_SIGNED_ON_BEHALF_ON_BEHALF_RECEIPT_TEMPLATE_ID = '522b6657-5ca5-4368-a294-6b527703bd0b'
NOTIFY_INTERNATIONAL_SMS_SENDER = '07984404008'
LETTERS_VOLUME_EMAIL_TEMPLATE_ID = '11fad854-fd38-4a7c-bd17-805fb13dfc12'
NHS_EMAIL_BRANDING_ID = 'a7dc4e56-660b-4db7-8cff-12c37b12b5ea'
# we only need real email in Live environment (production)
DVLA_EMAIL_ADDRESSES = json.loads(os.environ.get('DVLA_EMAIL_ADDRESSES', '[]'))