Skip to content

Commit fa68f0b

Browse files
committed
Update Resend email configs
1 parent dcf4e5a commit fa68f0b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/email/src/resend/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const RESEND_AUDIENCES = {
44
};
55

66
export const VARIANT_TO_FROM_MAP = {
7-
primary: "Dub.co <system@dub.co>",
8-
notifications: "Dub.co <notifications@mail.dub.co>",
9-
marketing: "Steven from Dub.co <steven@ship.dub.co>",
7+
primary: "CFA DUB <support@codeforafrica.org>",
8+
notifications: "CFA DUB <support@codeforafrica.org>",
9+
marketing: "CFA DUB <support@codeforafrica.org>",
1010
};

packages/email/src/send-via-resend.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const sendEmailViaResend = async (opts: ResendEmailOptions) => {
2727
to: email,
2828
from: from || VARIANT_TO_FROM_MAP[variant],
2929
bcc: bcc,
30-
replyTo: replyTo || "support@dub.co",
30+
replyTo: replyTo || "support@codeforafrica.org",
3131
subject,
3232
text,
3333
react,

0 commit comments

Comments
 (0)