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
Yes, will try it out and see if it works.
Hi @sshader @Oren I did implement as you did, but getting this error
A stab in the dark is that you have a file using TSX that needs the
.tsx
file extension instead of .ts
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