SmtpServerInfo constructor

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

Creates a new server information

Implementation

SmtpServerInfo(this.host, this.port, {required this.isSecure});