We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Compile and send an email using whichever transport service has been registered (or just log if none)
public System.Threading.Tasks.Task SendEmailAsync(string recipients, string subject, string message, params MimePart[] attachments);
recipients System.String Comma-separated list of recipients
recipients
subject System.String The Subject of the email
subject
message System.String The Body of the email (HTML)
message
attachments MimeKit.MimePart[] Any files to attach
attachments
System.Threading.Tasks.Task
Implements SendEmailAsync(string, string, string, MimePart[])