Added creation of email based CSI BOD-108

This commit is contained in:
Patrick Fic
2020-05-29 10:59:12 -07:00
parent c1aaf8b284
commit e7da6700b7
15 changed files with 515 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
export const EmailSettings = {
fromNameDefault: "Bodyshop.app",
fromAddress: "noreply@bodyshop.app",
fromNameDefault: "ImEX Online",
fromAddress: "noreply@imex.online",
};
export const TemplateList = {
@@ -28,4 +28,10 @@ export const TemplateList = {
drivingId: "Parts order Id",
key: "parts_return_confirmation",
},
csi_invitation: {
title: "Customer Survey Invitation",
description: "Customer Survey Invitation",
drivingId: "csi Id",
key: "csi_invitation",
},
};