MailFromAttributes class

A list of attributes that are associated with a MAIL FROM domain.

Constructors

MailFromAttributes({required BehaviorOnMxFailure behaviorOnMxFailure, required String mailFromDomain, required MailFromDomainStatus mailFromDomainStatus})
MailFromAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

behaviorOnMxFailure BehaviorOnMxFailure
The action that Amazon Pinpoint to takes if it can't read the required MX record for a custom MAIL FROM domain. When you set this value to UseDefaultValue, Amazon Pinpoint uses amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, Amazon Pinpoint returns a MailFromDomainNotVerified error, and doesn't attempt to deliver the email.
final
hashCode int
The hash code for this object.
no setterinherited
mailFromDomain String
The name of a domain that an email identity uses as a custom MAIL FROM domain.
final
mailFromDomainStatus MailFromDomainStatus
The status of the MAIL FROM domain. This status can have the following values:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited