MmEnvironmentConfigEmailSettings constructor

MmEnvironmentConfigEmailSettings({
  1. bool? enableSignUpWithEmail,
  2. bool? enableSignInWithEmail,
  3. bool? enableSignInWithUsername,
  4. bool? sendEmailNotifications,
  5. bool? requireEmailVerification,
  6. bool? feedbackName,
  7. bool? feedbackEmail,
  8. bool? feedbackOrganization,
  9. bool? sMTPUsername,
  10. bool? sMTPPassword,
  11. bool? sMTPServer,
  12. bool? sMTPPort,
  13. bool? connectionSecurity,
  14. bool? inviteSalt,
  15. bool? passwordResetSalt,
  16. bool? sendPushNotifications,
  17. bool? pushNotificationServer,
  18. bool? pushNotificationContents,
  19. bool? enableEmailBatching,
  20. bool? emailBatchingBufferSize,
  21. 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,
});