[object Object]

← back to Dw Signup Fulfillment

Send service outbound from info@ (monitored office inbox) instead of steve@ personal

6e054369e9c3cd5b4f65f816af7fa6ce4f228c24 · 2026-07-28 13:36:40 -0700 · Steve Abrams

Files touched

Diff

commit 6e054369e9c3cd5b4f65f816af7fa6ce4f228c24
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Jul 28 13:36:40 2026 -0700

    Send service outbound from info@ (monitored office inbox) instead of steve@ personal
---
 lib/config.js                                            |   6 +++++-
 .../__pycache__/deploy.cpython-314.pyc                   | Bin 0 -> 9704 bytes
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/lib/config.js b/lib/config.js
index 2c2e420..74af2b3 100644
--- a/lib/config.js
+++ b/lib/config.js
@@ -70,8 +70,12 @@ const config = {
 
   // George email sender.
   GEORGE_URL: process.env.GEORGE_URL || 'http://127.0.0.1:9850',
+  // Account that authenticates to George (steve-office Gmail). The FROM address is the
+  // monitored office inbox so customer/designer replies land there, not Steve's personal
+  // box. GO-LIVE: confirm info@designerwallcoverings.com is a verified send-as alias in
+  // the steve-office Gmail, else Gmail rewrites the From to the authenticated address.
   GEORGE_ACCOUNT: process.env.GEORGE_ACCOUNT || 'steve-office',
-  GEORGE_FROM: process.env.GEORGE_FROM || 'steve@designerwallcoverings.com',
+  GEORGE_FROM: process.env.GEORGE_FROM || 'info@designerwallcoverings.com',
   GEORGE_EXTERNAL_SEND_TOKEN: firstEnv('GEORGE_EXTERNAL_SEND_TOKEN', GEORGE_ENVS),
   GEORGE_BASIC_AUTH: firstEnv('GEORGE_BASIC_AUTH', GEORGE_ENVS) || 'admin:',
 
diff --git a/theme-proposals/loggedin-trade-entry/__pycache__/deploy.cpython-314.pyc b/theme-proposals/loggedin-trade-entry/__pycache__/deploy.cpython-314.pyc
new file mode 100644
index 0000000..e2731bf
Binary files /dev/null and b/theme-proposals/loggedin-trade-entry/__pycache__/deploy.cpython-314.pyc differ

← adb478a harden public mint webhook (best-practices fix): URL-token a  ·  back to Dw Signup Fulfillment  ·  5x re-run: email-approve-button feature verified clean twice d48cfb0 →