We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f4b25a commit d0d9358Copy full SHA for d0d9358
1 file changed
apps/api/src/utils/project.ts
@@ -19,8 +19,8 @@ export async function sendProjectInviteEmail({
19
inviteLink,
20
}: sendProjectInviteEmailPropsType) {
21
await resend.emails.send({
22
- from: "onboarding@resend.dev",
23
- to: "ajiboladavid0963@gmail.com", //email
+ from: "Flagix <invites@flagix.com>",
+ to: "ajiboladavid0963@gmail.com",
24
subject: `Invitation to join project ${projectName}`,
25
react: ProjectInviteEmail({
26
projectName,
@@ -43,7 +43,7 @@ export async function sendFeedbackEmail({
43
feedback,
44
}: sendFeedbackEmailPropsType) {
45
46
+ from: "Flagix System <system@flagix.com>",
47
to: "ajiboladavid0963@gmail.com",
48
subject: `New Feedback from ${userName || userEmail}`,
49
react: FeedbackEmail({
0 commit comments