Environment setup and email white labeling.
This commit is contained in:
@@ -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>
|
||||
),
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
},
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user