Interface IMailer
Low-level interface to an SMTP service, used by MailService.
public interface IMailer
Methods
SendAsync(string, string, string, IEnumerable<string>, IEnumerable<string>, IEnumerable<string>, CancellationToken)
Task<SendResult> SendAsync(string subject, string body, string from, IEnumerable<string> to, IEnumerable<string> cc, IEnumerable<string> bcc, CancellationToken ct)
Parameters
subjectstringbodystringfromstringtoIEnumerable<string>ccIEnumerable<string>bccIEnumerable<string>ctCancellationToken