diff --git a/internal/resend/src/client.tsx b/internal/resend/src/client.tsx index bf849a3ec6..f670d41243 100644 --- a/internal/resend/src/client.tsx +++ b/internal/resend/src/client.tsx @@ -24,7 +24,7 @@ export class Resend { try { const result = await this.client.emails.send({ to: req.email, - from: "james@updates.unkey.dev", + from: "james@updates.unkey.com", replyTo: this.replyTo, subject: "Your Unkey trial has ended", html, @@ -48,7 +48,7 @@ export class Resend { try { const result = await this.client.emails.send({ to: req.email, - from: "james@updates.unkey.dev", + from: "james@updates.unkey.com", replyTo: this.replyTo, subject: "Your Unkey trial has ended", html, @@ -69,7 +69,7 @@ export class Resend { try { const result = await this.client.emails.send({ to: req.email, - from: "james@updates.unkey.dev", + from: "james@updates.unkey.com", replyTo: this.replyTo, subject: "Welcome to Unkey", html, @@ -93,7 +93,7 @@ export class Resend { try { const result = await this.client.emails.send({ to: req.email, - from: "james@updates.unkey.dev", + from: "james@updates.unkey.com", replyTo: this.replyTo, subject: "There was an issue with your payment", html, @@ -118,7 +118,7 @@ export class Resend { try { const result = await this.client.emails.send({ to: email, - from: "james@updates.unkey.dev", + from: "james@updates.unkey.com", replyTo: this.replyTo, subject: "Unkey root key exposed in public Github repository", html: html,