Skip to content

Commit d0d9358

Browse files
committed
chore: updated resend email domain
1 parent 4f4b25a commit d0d9358

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

apps/api/src/utils/project.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ export async function sendProjectInviteEmail({
1919
inviteLink,
2020
}: sendProjectInviteEmailPropsType) {
2121
await resend.emails.send({
22-
from: "onboarding@resend.dev",
23-
to: "ajiboladavid0963@gmail.com", //email
22+
from: "Flagix <invites@flagix.com>",
23+
to: "ajiboladavid0963@gmail.com",
2424
subject: `Invitation to join project ${projectName}`,
2525
react: ProjectInviteEmail({
2626
projectName,
@@ -43,7 +43,7 @@ export async function sendFeedbackEmail({
4343
feedback,
4444
}: sendFeedbackEmailPropsType) {
4545
await resend.emails.send({
46-
from: "onboarding@resend.dev",
46+
from: "Flagix System <system@flagix.com>",
4747
to: "ajiboladavid0963@gmail.com",
4848
subject: `New Feedback from ${userName || userEmail}`,
4949
react: FeedbackEmail({

0 commit comments

Comments
 (0)