MCPcopy Create free account
hub / github.com/aptabase/aptabase / SendEmailAsync

Method SendEmailAsync

src/Features/Notification/IEmailClient.cs:5–5  ·  view source on GitHub ↗
(string to, string subject, string templateName, Dictionary<string, string>? properties, CancellationToken cancellationToken)

Source from the content-addressed store, hash-verified

3public interface IEmailClient
4{
5 Task SendEmailAsync(string to, string subject, string templateName, Dictionary<string, string>? properties, CancellationToken cancellationToken);
6}

Callers 4

SendSignInEmailAsyncMethod · 0.45
ExecuteAsyncMethod · 0.45
ExecuteAsyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected