Defines the confiuration for using en SMTP server.
From address.
public String From { get; set; }
From address display name.
public String FromName { get; set; }
SMTP server name of IP.
public String Name { get; set; }
Password to connect to the SMTP server.
public String Password { get; set; }
SMTP server port.
public Int32 Port { get; set; }
Whether the SMTP server requires a SSL connection.
public Boolean RequiresSsl { get; set; }
User name to connect to the SMTP server.
public String UserName { get; set; }
In this document