Update email defaults to cofi@rspace.online

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-22 17:20:13 -07:00
parent 68440d202c
commit c952c78815
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ function getTransporter() {
port: parseInt(process.env.SMTP_PORT || "587"),
secure: false,
auth: {
user: process.env.SMTP_USER || "newsletter@collaborative-finance.net",
user: process.env.SMTP_USER || "cofi@rspace.online",
pass: process.env.SMTP_PASS,
},
tls: { rejectUnauthorized: false },

View File

@ -207,7 +207,7 @@ export const EMAIL_BRANDING = {
taglineColor: "#1e40af", // blue-800
highlightBg: "#eff6ff", // blue-50
highlightBorder: "#2563eb", // blue-600
fromDefault: `${EVENT_NAME} <newsletter@collaborative-finance.net>`,
fromDefault: `${EVENT_NAME} Registration <cofi@rspace.online>`,
internalNotifyDefault: "cofi.gathering@gmail.com",
}