Property | Type | Description | |
---|---|---|---|
GetSmtpClient | |||
SendEmail | void |
Method | Description | |
---|---|---|
EmailSender ( ) : System | ||
EmailSender ( |
||
SendEmail ( |
||
SendEmail ( string subject, string body, IEnumerable |
||
SendEmail ( string subject, string body, IEnumerable |
Method | Description | |
---|---|---|
GetSmtpClient ( |
||
SendEmail ( |
public EmailSender ( |
||
emailServerSettings | ||
return | System |
public SendEmail ( |
||
settings | ||
subject | string | |
body | string | |
toAddressList | IEnumerable |
|
fromAddress | System.Net.Mail.MailAddress | |
return | void |
public SendEmail ( string subject, string body, IEnumerable |
||
subject | string | |
body | string | |
toAddressList | IEnumerable |
|
fromAddress | System.Net.Mail.MailAddress | |
return | void |
public SendEmail ( string subject, string body, IEnumerable |
||
subject | string | |
body | string | |
toAddressList | IEnumerable |
|
fromAddress | string | |
return | void |