From a0abdc01eda427587414e9e65b425329405ee56a Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Sat, 30 May 2026 14:52:59 -0500 Subject: [PATCH] fix(signup): route admin signup notification to support@ not personal inbox Admin signup notifications were going to dw5304@gmail.com. Route them to the monitored support@screentinker.com queue instead, so signups land in the shared inbox rather than a personal account. Co-Authored-By: Claude Opus 4.8 (1M context) --- server/services/signupEmails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/services/signupEmails.js b/server/services/signupEmails.js index 6311d9e..36ce48a 100644 --- a/server/services/signupEmails.js +++ b/server/services/signupEmails.js @@ -23,7 +23,7 @@ const { sendEmail } = require('./email'); const { getClientIp } = require('./activity'); const config = require('../config'); -const ADMIN_NOTIFY_TO = 'dw5304@gmail.com'; +const ADMIN_NOTIFY_TO = 'support@screentinker.com'; const LINKS = { player: 'https://screentinker.com/player/',