SmtpServer constructor
SmtpServer(})
Implementation
SmtpServer(this.host,
{this.port = 587,
String? name,
this.ignoreBadCertificate = false,
this.ssl = false,
this.allowInsecure = false,
this.username,
this.password,
this.xoauth2Token});