Update email defaults to cofi@rspace.online
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
68440d202c
commit
c952c78815
|
|
@ -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 },
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue