Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.SetIdentityMailFromDomain C# (CSharp) Method

SetIdentityMailFromDomain() public method

Enables or disables the custom MAIL FROM domain setup for a verified identity (an email address or a domain).

To send emails using the specified MAIL FROM domain, you must add an MX record to your MAIL FROM domain's DNS settings. If you want your emails to pass Sender Policy Framework (SPF) checks, you must also add or update an SPF record. For more information, see the Amazon SES Developer Guide.

This action is throttled at one request per second.

public SetIdentityMailFromDomain ( SetIdentityMailFromDomainRequest request ) : SetIdentityMailFromDomainResponse
request SetIdentityMailFromDomainRequest Container for the necessary parameters to execute the SetIdentityMailFromDomain service method.
return SetIdentityMailFromDomainResponse
        public SetIdentityMailFromDomainResponse SetIdentityMailFromDomain(SetIdentityMailFromDomainRequest request)
        {
            var marshaller = new SetIdentityMailFromDomainRequestMarshaller();
            var unmarshaller = SetIdentityMailFromDomainResponseUnmarshaller.Instance;

            return Invoke<SetIdentityMailFromDomainRequest,SetIdentityMailFromDomainResponse>(request, marshaller, unmarshaller);
        }
AmazonSimpleEmailServiceClient