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

@@ -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,
},