RyanOriginal post
Moderator
It's probably something obvious, but I've got SMTP disabled because I'm using the Resend package to send emails, but I still need to get the secret from createVerification() but I'm not able to when I've got SMTP disabled. Is there a way around this or a better approach to getting the secret to include in the email I'm sending?
Summary
Using `createVerification()` with SMTP disabled results in not being able to get the secret for emails. One solution is to manually generate and include the secret in the email being sent using the Resend package.