menu
enough_mail_plus package
documentation
smtp.dart
SmtpServerInfo
SmtpServerInfo.new constructor
SmtpServerInfo.new constructor
dark_mode
light_mode
SmtpServerInfo
constructor
SmtpServerInfo
(
String
host
,
int
port
, {
required
bool
isSecure
,
})
Creates a new server information
Implementation
SmtpServerInfo(this.host, this.port, {required this.isSecure});
enough_mail_plus package
documentation
smtp
SmtpServerInfo
SmtpServerInfo.new constructor
SmtpServerInfo class