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 you want to take if the required MX record can't be found when you send an email. When you set this value to UseDefaultValue, the mail is sent using amazonses.com as the MAIL FROM domain. When you set this value to RejectMessage, the Amazon SES API v2 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