DonJavier.17
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
UPDATE: two things that fixed my problems. I moved 'const resend = new Resend("") into my internalAction. Secondly I added the Resend Api Key into my convex dashboard env variables (rookie mistake). Works perfectly fine now, logs and all! Thank you guys.
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
update: when checking my logs in the resend dashboard I don't have any. Any idea to why this could be? I reached out to resend already and just waiting for a response.
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
Will do, thank you Michal! Once I find a solution I'll post it in here as well
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
I'm using an internalAction. I'll explain and can send screenshots if needed. I double checked my setup with namecheap and resend so everything is working. I still receive emails in my gsuite for my custom domain.
my issue:
my client has a form that is submitted and calls a mutation that inserts a new request(order) into the database. It then schedules the internal action directly after inserting the request. I do not get any errors, but I'm not getting an email in my personal inbox from my custom domain. Where do I start debugging?
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
question, I have no errors but when sending an email from my info@domain to my personal email I'm not getting anything in my inbox and I've checked spam. Is there a reason why? I'm using namecheap as my domain service where I followed the resend docs to setup everything and I'm not getting any success
38 replies
CCConvex Community
•Created by fawwaz on 10/11/2023 in #support-community
How to use react-email & Resend to send email through convex action
I had the exact same issues, however it appears this has fixed the issues! Same here, I moved the email folder into the convex folder and I have no more errors. I'm calling it for the night but I will test tomorro and see if I have success with it. Thank you both!
38 replies