Can’t send verification emails after upgrading
Getting this error after upgrading from better-auth version 1.2.7: YOU_CAN_ONLY_SEND_A_VERIFICATION_EMAIL_TO_AN_UNVERIFIED_EMAIL
2 Replies
https://github.com/better-auth/better-auth/pull/3042/files This is the change that is causing this issue
I see the issue. You need to have the session of the user that you're sending a verification email to. In our use case we are sending verification emails as admins, to users that we "bulk-sign-up"