Password Recovery Control errors out sending email
description
I believe the issue is that the user is logged in and recovering their own password. This changes their existing password and essentially logs them out of SharePoint. Then, when the email is being sent, it's sent in the context of the user which no longer has permissions. Change the password recovery control to send the email while running with elevated privileges.