Skip to content

Commit

Permalink
[CPCN-615] config: Set email sender name configs (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Feb 23, 2024
1 parent fa82db7 commit 09b5c96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,3 +375,9 @@
# bump core versions to reindex inclusing elision
WIRE_SCHEMA_VERSION = 4
AGENDA_SCHEMA_VERSION = 6

EMAIL_DEFAULT_SENDER_NAME = "CP NewsPro"
EMAIL_SENDER_NAME_LANGUAGE_MAP = {
"en": "CP NewsPro",
"fr_CA": "PC NouvellesPro",
}

0 comments on commit 09b5c96

Please sign in to comment.