powered by
Returns the custom MAIL FROM attributes for a list of identities (email addresses : domains).
This operation is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a time.
ses_get_identity_mail_from_domain_attributes(Identities)
A list with the following syntax:
list( MailFromDomainAttributes = list( list( MailFromDomain = "string", MailFromDomainStatus = "Pending"|"Success"|"Failed"|"TemporaryFailure", BehaviorOnMXFailure = "UseDefaultValue"|"RejectMessage" ) ) )
[required] A list of one or more identities.
svc$get_identity_mail_from_domain_attributes( Identities = list( "string" ) )
if (FALSE) { # The following example returns the custom MAIL FROM attributes for an # identity: svc$get_identity_mail_from_domain_attributes( Identities = list( "example.com" ) ) }
Run the code above in your browser using DataLab