Summary
Holds all settings required to connect to an SMTP server.
Instance properties
string | | The decrypted password. |
Instance fields
SmtpEncryption | | Encryption to use. |
string | | Server host name or IP address. |
string | |
Unencrypted password to be automatically encrypted by Classify whenever the settings are loaded or saved. |
string | | The encrypted password. |
int | | Server port. Standard ports: 25 for no encryption, 465 for SSL. |
string | |
SMTP username for login - for "me@example.com" this is typically "me" or "me@example.com", but can be
anything. |