Hello! Wondering if there's any method I could do this manually? Plan to send it via SendGrid and ha...
j
Hello! Wondering if there's any method I could do this manually? Plan to send it via SendGrid and handle it with my own form on the frontend.
r
hey @Justine for that, you should see the email delivery section. You can provide a custom implementation for the
sendEmail
function to send via sendGrid, and when the API is called for sending a password reset email, it will call your custom function.
j
thank you!
13 Views