SmtpServerInfo constructor

SmtpServerInfo(
  1. String host,
  2. int port,
  3. bool isSecure
)

Implementation

SmtpServerInfo(this.host, this.port, this.isSecure);