Skip to content

Commit

Permalink
[CPCN-615] config: Set email sender name configs
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Feb 23, 2024
1 parent f0376f0 commit 14e63e6
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 @@ -363,3 +363,9 @@
SOURCE_EXPIRY_DAYS = {}

AGENDA_CSV_SUBJECT_SCHEMES = ["subject_custom"]

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

0 comments on commit 14e63e6

Please sign in to comment.