-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added vercel analytics and promise done
- Loading branch information
1 parent
35f8333
commit 3303c43
Showing
7 changed files
with
61 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,9 +38,10 @@ export async function POST(request: NextRequest, response: NextResponse) { | |
const { email, firstname } = await request.json() | ||
|
||
const { data, error } = await resend.emails.send({ | ||
from: "Lakshay <hello@m2j.lakshb.dev>", | ||
from: "Join <join@m2j.lakshb.dev>", | ||
to: [email], | ||
subject: "Thankyou for waitlisting morph2json!", | ||
reply_to: "[email protected]", | ||
html: render(WelcomeTemplate({ userFirstname: firstname })), | ||
}) | ||
|
||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,27 +29,29 @@ export const morph2jsonWaitlistEmail = ({ | |
alt="morph2json logo" | ||
style={logo} | ||
/> | ||
<Text style={paragraph}>Hey! {userFirstname},</Text> | ||
<Text style={paragraph}>Hi {userFirstname},</Text> | ||
<Text style={paragraph}> | ||
Thank you so much for joining the waitlist for morph2json. Your | ||
support means a lot to me. I am dedicated to making morph2json the | ||
best tool for your requirements. I will update you on the progress and | ||
let you know as soon as it is ready for you to use. | ||
Thanks for joining the waitlist for morph2json! I'm Lakshay, the | ||
developer working on this tool. I'm excited you're interested and I'm | ||
putting in the effort to make morph2json as useful as possible for | ||
you. | ||
</Text> | ||
|
||
<Text style={paragraph}> | ||
If you have any questions or feedback, feel free to reply to{" "} | ||
I'll keep you updated on progress and let you know the second it's | ||
ready to use. If you have any questions or feedback, feel free to | ||
reply directly to{" "} | ||
<a | ||
href="mailto: | ||
[email protected]" | ||
style={{ color: "#F7FF9B" }}> | ||
this email | ||
</a> | ||
. I'd love to hear from you. | ||
— I'm all ears! | ||
</Text> | ||
|
||
<Text style={paragraph}> | ||
Make sure to follow me on X/Twitter for the updates{" "} | ||
For updates, you can also follow me on X/Twitter: {""} | ||
<a href="https://x.com/blakssh" style={{ color: "#F7FF9B" }}> | ||
@blakssh | ||
</a> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters