Any good resources for Convex + Resend?
Hi, I'm looking if there are any docs on using resend with convex
3 Replies
Here's a resend example repo; the version of Convex is a bit old but the patterns should work! https://github.com/thomasballinger/convex-html-email-example
GitHub
GitHub - thomasballinger/convex-html-email-example
Contribute to thomasballinger/convex-html-email-example development by creating an account on GitHub.
Hey @ballingt , I was just taking a look at it, but for some reason I’m not getting the email.
And there are no errors that are showing up. Is there something you did in the resend dashboard?
I see in the from you are using onboarding@resend.dev
I have my API key hardcoded in there https://github.com/thomasballinger/convex-html-email-example/blob/main/convex/myFunctions.tsx#L8
you'll need to use your own account to send emails to anyone other than me