Merge pull request #29 from Ocelot-Social-Community/24-add-rebranded-emails-for-sending-notifications
feat: 🍰 Add Rebranded E-Mails For Sending Notifications
This commit is contained in:
commit
f3ba3e7214
1
branding/email/.gitkeep
Normal file
1
branding/email/.gitkeep
Normal file
@ -0,0 +1 @@
|
||||
we can put multilanguage e-mails and a layout.html in here
|
||||
1
branding/email/templates/de/.gitkeep
Normal file
1
branding/email/templates/de/.gitkeep
Normal file
@ -0,0 +1 @@
|
||||
we can put translated e-mails in here
|
||||
1
branding/email/templates/en/.gitkeep
Normal file
1
branding/email/templates/en/.gitkeep
Normal file
@ -0,0 +1 @@
|
||||
we can put translated e-mails in here
|
||||
@ -9,10 +9,11 @@ ARG APP_IMAGE_CODE=${APP_IMAGE}:${APP_IMAGE_TAG_CODE}
|
||||
##################################################################################
|
||||
FROM $APP_IMAGE_CODE as code
|
||||
|
||||
# copy public constants into the Docker image to brand it
|
||||
# copy public constants and email templates into the Docker image to brand it
|
||||
COPY branding/constants/emails.js src/config/
|
||||
COPY branding/constants/logos.js src/config/
|
||||
COPY branding/constants/metadata.js src/config/
|
||||
COPY branding/email/ src/middleware/helpers/email/
|
||||
|
||||
##################################################################################
|
||||
# BUILD ##########################################################################
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ocelot-social-branded",
|
||||
"version": "1.0.5",
|
||||
"ocelotDockerVersionTag": "1.0.5-153",
|
||||
"version": "1.0.6",
|
||||
"ocelotDockerVersionTag": "1.0.6-160",
|
||||
"dockerOrganisation": "ocelotsocialnetwork",
|
||||
"description": "ocelot.social Branded",
|
||||
"author": "ocelot.social Community",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user