MmEnvironmentConfigEmailSettings constructor
MmEnvironmentConfigEmailSettings({
- bool? enableSignUpWithEmail,
- bool? enableSignInWithEmail,
- bool? enableSignInWithUsername,
- bool? sendEmailNotifications,
- bool? requireEmailVerification,
- bool? feedbackName,
- bool? feedbackEmail,
- bool? feedbackOrganization,
- bool? sMTPUsername,
- bool? sMTPPassword,
- bool? sMTPServer,
- bool? sMTPPort,
- bool? connectionSecurity,
- bool? inviteSalt,
- bool? passwordResetSalt,
- bool? sendPushNotifications,
- bool? pushNotificationServer,
- bool? pushNotificationContents,
- bool? enableEmailBatching,
- bool? emailBatchingBufferSize,
- bool? emailBatchingInterval,
Returns a new MmEnvironmentConfigEmailSettings instance.
Implementation
MmEnvironmentConfigEmailSettings({
this.enableSignUpWithEmail,
this.enableSignInWithEmail,
this.enableSignInWithUsername,
this.sendEmailNotifications,
this.requireEmailVerification,
this.feedbackName,
this.feedbackEmail,
this.feedbackOrganization,
this.sMTPUsername,
this.sMTPPassword,
this.sMTPServer,
this.sMTPPort,
this.connectionSecurity,
this.inviteSalt,
this.passwordResetSalt,
this.sendPushNotifications,
this.pushNotificationServer,
this.pushNotificationContents,
this.enableEmailBatching,
this.emailBatchingBufferSize,
this.emailBatchingInterval,
});