Skip to content

Commit

Permalink
domain updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshaybhushan committed Jun 24, 2024
1 parent 3303c43 commit 7d98186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/mail/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function POST(request: NextRequest, response: NextResponse) {
const { email, firstname } = await request.json()

const { data, error } = await resend.emails.send({
from: "Join <join@m2j.lakshb.dev>",
from: "morph2json <join@morph2json.app>",
to: [email],
subject: "Thankyou for waitlisting morph2json!",
reply_to: "[email protected]",
Expand Down

0 comments on commit 7d98186

Please sign in to comment.