Afzal
Afzal5mo ago

Convex Auth with NodeMailer OTP

Hi Team!, Instead of using Resent to send OTP, I want to use NodeMailer, is their any way to implement it?
5 Replies
Afzal
AfzalOP5mo ago
Yes, will try it out and see if it works.
Afzal
AfzalOP5mo ago
Hi @sshader @Oren I did implement as you did, but getting this error
No description
No description
sshader
sshader5mo ago
A stab in the dark is that you have a file using TSX that needs the .tsx file extension instead of .ts
Afzal
AfzalOP5mo ago
Getting this in the Convex log: 'Provider {email Id} is not configured, available providers are http-email, google.' Did checked this but didnt find any such file. Its resolve, silly mistake: While using signIn function from useAuthActions I missed passing the "http-email" as prop, had just passed email from state. Thanks @sshader

Did you find this page helpful?