I have a project in .NET Core 3.1 and the frontend with React.
It was generated using the scaffold instructions from this link.
When I try to trigger forgot password action, it shows a success page but there's no email being sent. The email exists in the database under the AspNetUsers
table.
What could be wrong?
Some screenshots for reference.