-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tender: configure siae contacted & interested emails
- Loading branch information
Showing
2 changed files
with
82 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -324,27 +324,15 @@ | |
|
||
DEFAULT_FROM_EMAIL = "[email protected]" | ||
DEFAULT_FROM_NAME = "Le Marché de l'inclusion" | ||
CUSTOM_FROM_NAME = "Pauline du Marché de l'inclusion" | ||
CONTACT_EMAIL = env("CONTACT_EMAIL", default="[email protected]") | ||
TEAM_CONTACT_EMAIL = env("TEAM_CONTACT_EMAIL", default="[email protected]") | ||
NOTIFY_EMAIL = env("NOTIFY_EMAIL", default="[email protected]") | ||
GIP_CONTACT_EMAIL = env("GIP_CONTACT_EMAIL", default="[email protected]") | ||
|
||
# Transactional email templates | ||
# -- tender: siae & partners | ||
MAILJET_TENDERS_SIAE_PRESENTATION_TEMPLATE_ID = env.int("MAILJET_TENDERS_SIAE_PRESENTATION_TEMPLATE_ID", 3679205) | ||
MAILJET_TENDERS_PARTNER_PRESENTATION_TEMPLATE_ID = env.int("MAILJET_TENDERS_PARTNER_PRESENTATION_TEMPLATE_ID", 3868179) | ||
MAILJET_TENDERS_SIAE_CONTACTED_REMINDER_2D_TEMPLATE_ID = env.int( | ||
"MAILJET_TENDERS_SIAE_CONTACTED_REMINDER_2D_TEMPLATE_ID", 4716371 | ||
) | ||
MAILJET_TENDERS_SIAE_CONTACTED_REMINDER_3D_TEMPLATE_ID = env.int( | ||
"MAILJET_TENDERS_SIAE_CONTACTED_REMINDER_3D_TEMPLATE_ID", 4716387 | ||
) | ||
MAILJET_TENDERS_SIAE_CONTACTED_REMINDER_4D_TEMPLATE_ID = env.int( | ||
"MAILJET_TENDERS_SIAE_CONTACTED_REMINDER_4D_TEMPLATE_ID", 4716426 | ||
) | ||
MAILJET_TENDERS_SIAE_INTERESTED_REMINDER_2D_TEMPLATE_ID = env.int( | ||
"MAILJET_TENDERS_SIAE_INTERESTED_REMINDER_2D_TEMPLATE_ID", 4744896 | ||
) | ||
# -- tender: author | ||
MAILJET_TENDERS_AUTHOR_SIAE_INTERESTED_1_TEMPLATE_ID = env.int( | ||
"MAILJET_TENDERS_AUTHOR_SIAE_INTERESTED_1_TEMPLATE_ID", 3867188 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters