C# Class cloudscribe.Messaging.Email.EmailSender

Exibir arquivo Open project: joeaudette/cloudscribe Class Usage Examples

Public Methods

Method Description
EmailSender ( ) : MailKit.Net.Smtp
SendEmailAsync ( SmtpOptions smtpOptions, string to, string from, string subject, string plainTextMessage, string htmlMessage, string replyTo = null ) : System.Threading.Tasks.Task
SendMultipleEmailAsync ( SmtpOptions smtpOptions, string toCsv, string from, string subject, string plainTextMessage, string htmlMessage ) : System.Threading.Tasks.Task

Method Details

EmailSender() public method

public EmailSender ( ) : MailKit.Net.Smtp
return MailKit.Net.Smtp

SendEmailAsync() public method

public SendEmailAsync ( SmtpOptions smtpOptions, string to, string from, string subject, string plainTextMessage, string htmlMessage, string replyTo = null ) : System.Threading.Tasks.Task
smtpOptions SmtpOptions
to string
from string
subject string
plainTextMessage string
htmlMessage string
replyTo string
return System.Threading.Tasks.Task

SendMultipleEmailAsync() public method

public SendMultipleEmailAsync ( SmtpOptions smtpOptions, string toCsv, string from, string subject, string plainTextMessage, string htmlMessage ) : System.Threading.Tasks.Task
smtpOptions SmtpOptions
toCsv string
from string
subject string
plainTextMessage string
htmlMessage string
return System.Threading.Tasks.Task