I have created a Blazor Application. For Login I use the standard ASP.NET Core Identity. This is working. But when I use the ForgotPassword-Page, enter the mailadress, I will not receive any mail. I think I have to configure the Mailservice somewhere but I don't find how I have to do this. Can someone help me, how I can get the forgot password feature working?
Yes you have to implement an email service and register it on startup.cs There are a lot of tutorials about this just google it