Method | Description | |
---|---|---|
MailSender ( ) : System | ||
MailSender ( |
||
MailSender ( |
||
Send ( System.Net.Mail.MailAddress fromAddress, System.Net.Mail.MailAddress toAddress, string subject, string markdownBody ) : void | ||
Send ( |
||
Send ( string fromAddress, string toAddress, string subject, string markdownBody ) : void |
Method | Description | |
---|---|---|
ConfigureSmtpClient ( ISmtpClient smtpClient, |
||
MailSender ( ISmtpClient smtpClient, |
public MailSender ( |
||
configuration | ||
return | System |
public MailSender ( |
||
smtpClient | ||
return | System |
public Send ( System.Net.Mail.MailAddress fromAddress, System.Net.Mail.MailAddress toAddress, string subject, string markdownBody ) : void | ||
fromAddress | System.Net.Mail.MailAddress | |
toAddress | System.Net.Mail.MailAddress | |
subject | string | |
markdownBody | string | |
return | void |
public Send ( |
||
mailMessage | ||
return | void |
public Send ( string fromAddress, string toAddress, string subject, string markdownBody ) : void | ||
fromAddress | string | |
toAddress | string | |
subject | string | |
markdownBody | string | |
return | void |