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, MailboxAddress from, MailboxAddress sender, params MimePart[] attachments);
recipients System.String
recipients
subject System.String
subject
message System.String
message
from MimeKit.MailboxAddress
from
sender MimeKit.MailboxAddress
sender
attachments MimeKit.MimePart[]
attachments
System.Threading.Tasks.Task
Implements SendEmailAsync(string, string, string, MailboxAddress, MailboxAddress, MimePart[])