Skip to content

Pact Email EmailSender

welshronaldo edited this page May 30, 2022 · 7 revisions

EmailSender Class

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)
Clone this wiki locally