Environment setup and email white labeling.

This commit is contained in:
Patrick Fic
2023-02-24 16:04:04 -08:00
parent 372a572400
commit d88c925a68
5 changed files with 14 additions and 14 deletions

View File

@@ -1064,7 +1064,7 @@ export const Footer10DataSource = {
className: "copyright",
children: (
<span>
©2023 <a href="http://imexsystems.ca">ImEX Systems</a>
©2023 <a href="http://rometech.com">Rome Technologies</a>
</span>
),
},

View File

@@ -3,7 +3,7 @@ import EmailActionTypes from "./email.types";
const INITIAL_STATE = {
emailConfig: {
messageOptions: {
from: { name: "ShopName", address: "noreply@bodyshop.app" },
from: { name: "ShopName", address: "noreply@romeonline.io" },
to: null,
replyTo: null,
},

View File

@@ -2,7 +2,7 @@ import i18n from "i18next";
//import { store } from "../redux/store";
export const EmailSettings = {
fromNameDefault: "Rome Online",
fromAddress: "noreply@imex.online",
fromAddress: "noreply@rome.online",
};
export const TemplateList = (type, context) => {