NoOpEmailSender.SendEmailAsync(String, String, String) Method

Definition

This method does nothing other return CompletedTask. It should be replaced by a custom implementation in production.

public System.Threading.Tasks.Task SendEmailAsync (string email, string subject, string htmlMessage);
abstract member SendEmailAsync : string * string * string -> System.Threading.Tasks.Task
override this.SendEmailAsync : string * string * string -> System.Threading.Tasks.Task
Public Function SendEmailAsync (email As String, subject As String, htmlMessage As String) As Task

Parameters

email
String
subject
String
htmlMessage
String

Returns

Implements

Applies to