4 implementations of SendEmailAsync
Identity.DefaultUI.WebSite (1)
Services\ContosoEmailSender.cs (1)
12
public Task
SendEmailAsync
(string email, string subject, string htmlMessage)
Microsoft.AspNetCore.Identity (1)
NoOpEmailSender.cs (1)
17
public Task
SendEmailAsync
(string email, string subject, string htmlMessage) => Task.CompletedTask;
Microsoft.AspNetCore.Identity.FunctionalTests (2)
MapIdentityApiTests.cs (1)
1514
public Task
SendEmailAsync
(string email, string subject, string htmlMessage)
RegistrationTests.cs (1)
65
public Task
SendEmailAsync
(string email, string subject, string htmlMessage)