We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf4e5a commit fa68f0bCopy full SHA for fa68f0b
2 files changed
packages/email/src/resend/constants.ts
@@ -4,7 +4,7 @@ export const RESEND_AUDIENCES = {
4
};
5
6
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>",
+ primary: "CFA DUB <support@codeforafrica.org>",
+ notifications: "CFA DUB <support@codeforafrica.org>",
+ marketing: "CFA DUB <support@codeforafrica.org>",
10
packages/email/src/send-via-resend.ts
@@ -27,7 +27,7 @@ export const sendEmailViaResend = async (opts: ResendEmailOptions) => {
27
to: email,
28
from: from || VARIANT_TO_FROM_MAP[variant],
29
bcc: bcc,
30
- replyTo: replyTo || "support@dub.co",
+ replyTo: replyTo || "support@codeforafrica.org",
31
subject,
32
text,
33
react,
0 commit comments