Hey <@498057949541826571> got 2 questions, how can...
# general
k
Hey @rp_st got 2 questions, how can I acheive the flow where I do send an email verification email but its not really necessary at the moment to verify the email before logging in, they can do that at a later time. How can that be done any place I can reference?. The second question is can I use sendgrid for the email sending?
r
hey @khanprog this is possible. You want to: - Set email verification as optional mode on the frontend / backend when initialising the recipe - Post sign up, on the frontend, you can call the api to send an email verification email in the background. - To send emails using sendgrid, search for the email delivery -> custom method in our docs
k
I will give it a try