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