EmailSend Method |
| Name | Description | |
|---|---|---|
| Send |
Send email by settings of constructor
| |
| Send(MailMessage) | ||
| Send(Email) |
Send email with all parameter
| |
| Send(EmailSimple) |
Send email with simple Email setting
| |
| Send(String, String) |
Send email with address to from settings of constructor
| |
| Send(String, String, String, String, ListAttachment) |
Send email with parameter address from and to, subject (email title) and body (email text) and optional email attachments
|