SMTPSettings

Members

Enums

Auth
enum Auth
Security
enum Security

Variables

auth
Auth auth;
password
string password;

need for auth on smtp server

port
ushort port;
security
Security security;

if used ssl_tls algorithm try connect by smtps protocol instead smtp

server
string server;
username
string username;

need for auth on smtp server

verifyHost
bool verifyHost;
verifyPeer
bool verifyPeer;

Meta