Namespace: Shared.Communication
Assembly: SharedLib
Send email classConstructors
#ctor | Constructor Reads settings from saved/encrypted file |
#ctor(String,String,String,String,Int32,Boolean) | Constructor User defined details |
Properties
Sender | Email Sender |
Host | Email Host |
Port | Port used to send emails |
User | Email user name |
Password | Email Password |
SSL | Indicates wether SSL is used for sending emails |
Methods
Save() | Saves the email settings to file |
SendTestEmail() | Send a test email |
SendEmail(String, String, String, String, String, Boolean, String[]) | Sends and email with optional attachments |