-
Notifications
You must be signed in to change notification settings - Fork 1
Pact Email EmailSender
welshronaldo edited this page May 30, 2022
·
7 revisions
Provides sending functionality
public class EmailSender :
Pact.Email.IEmailSender
Inheritance System.Object 🡒 EmailSender
Implements IEmailSender
Methods | |
---|---|
SendEmailAsync(string, string, string, MailboxAddress, MailboxAddress, MimePart[]) | Compile and send an email using whichever transport service has been registered (or just log if none) |
SendEmailAsync(string, string, string, MailboxAddress, MimePart[]) | Compile and send an email using whichever transport service has been registered (or just log if none) |
SendEmailAsync(string, string, string, MimePart[]) | Compile and send an email using whichever transport service has been registered (or just log if none) |