How to implement react email to an existing react project through resend?
I've been building my portfolio for the past few weeks and I wanted to implement an email automation upon form submission. Instead of using Email.js, I wanted to try react email. I tried exploring this since yesterday but I can't seem to make it work.
Can someone explain to me how to implement react email to an existing react project through Resend?
I already installed react-email, resend and react-email/components dependencies.
2 Replies
Not that I tried this service/package myself, but have you tried following the docs?
https://react.email/docs/integrations/resend
React Email
Send email using Resend - React Email
Learn how to send an email using React Email and the Resend Node.js SDK.
They also have an example attached at the bottom with a repository