Resend Library + NextAuthjs
Unanswered
Polar bear posted this in #help-forum

Polar bearOP
On top of Resend library + NextAuth + Tailwind, what other library I can add to create a better email template? I've noticed that there are some email templates being sent by mailjet. Can I use mailjet or mjml to create an email template? Can't seem to find any information if this is possible and want to hear your thoughts about the benefits and issues when using these.
Thank you!
Thank you!
12 Replies
you can build you email templates using react and tailwind
and then have resend deliver them

@linesofcode https://github.com/resend/react-email

Polar bearOP
Thank you! Isn't this already included from resend? Or this is a separate library ? in Resend, I can use
react:
without issues
@American you can use EmailJs

Polar bearOP
Thank you! So that means, I can use EmailJs instead of Resend?
I still prefer Resend as I can easily customize it with ease.
I still prefer Resend as I can easily customize it with ease.

@Polar bear Thank you! Isn't this already included from resend? Or this is a separate library ? in Resend, I can use `react:` without issues

Idk if it’s included but it’s part of the same ecosystem of packages from resend

@Polar bear Thank you! So that means, I can use EmailJs instead of Resend?
I still prefer Resend as I can easily customize it with ease.

American
yes, use Resend's email html template for beautiful design

@American yes, use Resend's email html template for beautiful design

Polar bearOP
May I ask where can I find some free templates to test with? Thank you

@Polar bear May I ask where can I find some free templates to test with? Thank you

American
u can use Components for email temlates. all information in React Email

Rainbow trout
I suggest https://jsx.email/ over react-email, it's basically a fork but way faster and it's actually usable