Issue with Better-Auth Email Verification
Hey everyone,
I'm having an issue with email verification in better-auth. When a user changes their email:
The email address gets updated correctly in the database
BUT the verification email is not being sent
Here's the relevant code:
The console.log shows nothing when changing email, and no verification email is sent. The email does update in the database though.
Any ideas what might be wrong with my implementation?
6 Replies
where is send mail codes?
also if db updating and mail not sending , its about your mail sending function not better auth

Yeah but I did this
to see if the function get triggered but nothing
send your full auth config please
sorry for the response time
@bekacru
any idea?