SmtpConfig constructor
const
SmtpConfig({})
Implementation
const SmtpConfig({
required this.server,
required this.port,
required this.username,
required this.password,
required this.fromEmail,
this.secure = false,
this.defaultRecipients = const [],
});