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:
Wolfgang Huß 2021-10-05 12:03:04 +02:00 committed by GitHub
commit f3ba3e7214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 3 deletions

1
branding/email/.gitkeep Normal file
View File

@ -0,0 +1 @@
we can put multilanguage e-mails and a layout.html in here

View File

@ -0,0 +1 @@
we can put translated e-mails in here

View File

@ -0,0 +1 @@
we can put translated e-mails in here

View File

@ -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 ##########################################################################

View File

@ -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",