Implement backend email templates
This commit is contained in:
parent
c8a6f05eda
commit
07d1bb65b8
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
|
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/emails.js src/config/
|
||||||
COPY branding/constants/logos.js src/config/
|
COPY branding/constants/logos.js src/config/
|
||||||
COPY branding/constants/metadata.js src/config/
|
COPY branding/constants/metadata.js src/config/
|
||||||
|
COPY branding/email/ src/middleware/helpers/email/
|
||||||
|
|
||||||
##################################################################################
|
##################################################################################
|
||||||
# BUILD ##########################################################################
|
# BUILD ##########################################################################
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user