-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add admin notification for campaign news (#546)
- Loading branch information
1 parent
00dfdc0
commit e2c075e
Showing
9 changed files
with
134 additions
and
4 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 |
---|---|---|
|
@@ -97,6 +97,7 @@ PLATFORM_IBAN= | |
IMPORT_TRX_TASK_INTERVAL_MINUTES=60 | ||
CHECK_IRIS_CONSENT_TASK_HOUR=10 | ||
BILLING_ADMIN_MAIL=[email protected] | ||
CAMPAIGN_ADMIN_MAIL= | ||
|
||
## Cache ## | ||
############## | ||
|
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 |
---|---|---|
|
@@ -101,6 +101,7 @@ IMPORT_TRX_TASK_INTERVAL_MINUTES=60 | |
#which hour of the day to run the check for consent | ||
CHECK_IRIS_CONSENT_TASK_HOUR=10 | ||
BILLING_ADMIN_MAIL=[email protected] | ||
CAMPAIGN_ADMIN_MAIL=responsible for campaign management | ||
|
||
## Cache ## | ||
############## | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"subject": "Новина по Кампания Е Качена за Одобрение" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
<mjml> | ||
<mj-body background-color="#ffffff" font-size="13px" width="90%"> | ||
<mj-section | ||
background-color="#009FE3" | ||
vertical-align="top" | ||
padding-bottom="0px" | ||
padding-top="0"> | ||
<mj-column vertical-align="top" width="100%"> | ||
<mj-text | ||
align="center" | ||
color="#ffffff" | ||
font-size="45px" | ||
font-weight="bold" | ||
font-family="open Sans Helvetica, Arial, sans-serif" | ||
padding-left="25px" | ||
padding-right="25px" | ||
padding-top="50px"> | ||
{{campaignNewsTitle}} | ||
</mj-text> | ||
</mj-column> | ||
</mj-section> | ||
<mj-section background-color="#009fe3" padding-bottom="20px"> | ||
<mj-column vertical-align="middle" width="100%"> | ||
<mj-text | ||
align="left" | ||
color="#ffffff" | ||
font-size="22px" | ||
font-family="open Sans Helvetica, Arial, sans-serif" | ||
padding-left="25px" | ||
padding-right="25px"> | ||
<br /><br /> | ||
</mj-text> | ||
<mj-text | ||
align="center" | ||
color="#ffffff" | ||
font-size="24px" | ||
font-family="open Sans Helvetica, Arial, sans-serif" | ||
padding-left="25px" | ||
padding-right="25px"> | ||
Има качена новина по кампания <a href="{{campaignLink}}">{{campaignName}}</a>, която | ||
изчаква одобрение от администратор! | ||
</mj-text> | ||
|
||
<mj-button | ||
background-color="#feeb35" | ||
font-family="Helvetica, Arial, sans-serif" | ||
font-size="17px" | ||
border-radius="30px" | ||
color="#000000" | ||
padding="15px 30px" | ||
href="{{newsLink}}" | ||
target="_blank"> | ||
Към Новината | ||
</mj-button> | ||
|
||
<mj-text | ||
align="left" | ||
color="#ffffff" | ||
font-size="15px" | ||
font-family="open Sans Helvetica, Arial, sans-serif" | ||
padding-left="25px" | ||
padding-right="25px"> | ||
Поздрави, <br /> | ||
Екипът на Подкрепи.бг | ||
</mj-text> | ||
</mj-column> | ||
</mj-section> | ||
</mj-body> | ||
</mjml> |
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
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
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
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
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