IdentityMailFromDomainAttributes constructor
IdentityMailFromDomainAttributes({
- required BehaviorOnMXFailure behaviorOnMXFailure,
- required String mailFromDomain,
- required CustomMailFromStatus mailFromDomainStatus,
Implementation
IdentityMailFromDomainAttributes({
required this.behaviorOnMXFailure,
required this.mailFromDomain,
required this.mailFromDomainStatus,
});