-
Notifications
You must be signed in to change notification settings - Fork 25.1k
Closed
Labels
8.0.NET 8.NET 8BlazorPri1Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issuedoc-idea
Description
Description
Issue Description:
While creating a new Blazor Server web app with individual accounts, as per the tutorial instructions, I noticed the following line is automatically added to the program.cs
file:
builder.Services.AddSingleton<IEmailSender<ApplicationUser>, IdentityNoOpEmailSender>();
However, throughout the tutorial, there appears to be no reference or guidance on how to utilize this service. Due to this, the process of sending a confirmation email, which is a crucial part of the tutorial, does not function as intended.
Page URL
Content source URL
Document ID
98e7aacb-2a01-d581-9b03-bfef2893163e
Article author
Metadata
Metadata
Assignees
Labels
8.0.NET 8.NET 8BlazorPri1Source - Docs.msDocs Customer feedback via GitHub IssueDocs Customer feedback via GitHub Issuedoc-idea
Type
Projects
Status
Done