GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::SES::SendRawEmail(3) User Contributed Perl Documentation Paws::SES::SendRawEmail(3)

Paws::SES::SendRawEmail - Arguments for method SendRawEmail on Paws::SES

This class represents the parameters used for calling the method SendRawEmail on the Amazon Simple Email Service service. Use the attributes of this class as arguments to method SendRawEmail.

You shouln't make instances of this class. Each attribute should be used as a named argument in the call to SendRawEmail.

As an example:

  $service_obj->SendRawEmail(Att1 => $value1, Att2 => $value2, ...);

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object.

A list of destinations for the message, consisting of To:, CC:, and BCC: addresses.

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to specify a particular "From" address in the header of the raw email.

Instead of using this parameter, you can use the X-header "X-SES-FROM-ARN" in the raw message of the email. If you use both the "FromArn" parameter and the corresponding X-header, Amazon SES uses the value of the "FromArn" parameter.

For information about when to use this parameter, see the description of "SendRawEmail" in this guide, or see the Amazon SES Developer Guide.

The raw text of the message. The client is responsible for ensuring the following:
  • Message must contain a header and a body, separated by a blank line.
  • All required header fields must be present.
  • Each part of a multipart MIME message must be formatted properly.
  • MIME content types must be among those supported by Amazon SES. For more information, go to the Amazon SES Developer Guide.
  • Content must be base64-encoded, if MIME requires it.

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the "ReturnPath" parameter.

For example, if the owner of "example.com" (which has ARN "arn:aws:ses:us-east-1:123456789012:identity/example.com") attaches a policy to it that authorizes you to use "feedback@example.com", then you would specify the "ReturnPathArn" to be "arn:aws:ses:us-east-1:123456789012:identity/example.com", and the "ReturnPath" to be "feedback@example.com".

Instead of using this parameter, you can use the X-header "X-SES-RETURN-PATH-ARN" in the raw message of the email. If you use both the "ReturnPathArn" parameter and the corresponding X-header, Amazon SES uses the value of the "ReturnPathArn" parameter.

For information about when to use this parameter, see the description of "SendRawEmail" in this guide, or see the Amazon SES Developer Guide.

The identity's email address. If you do not provide a value for this parameter, you must specify a "From" address in the raw text of the message. (You can also specify both.)

By default, the string must be 7-bit ASCII. If the text must contain any other characters, then you must use MIME encoded-word syntax (RFC 2047) instead of a literal string. MIME encoded-word syntax uses the following form: "=?charset?encoding?encoded-text?=". For more information, see RFC 2047.

If you specify the "Source" parameter and have feedback forwarding enabled, then bounces and complaints will be sent to this email address. This takes precedence over any Return-Path header that you might include in the raw text of the message.

This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the "Source" parameter.

For example, if the owner of "example.com" (which has ARN "arn:aws:ses:us-east-1:123456789012:identity/example.com") attaches a policy to it that authorizes you to send from "user@example.com", then you would specify the "SourceArn" to be "arn:aws:ses:us-east-1:123456789012:identity/example.com", and the "Source" to be "user@example.com".

Instead of using this parameter, you can use the X-header "X-SES-SOURCE-ARN" in the raw message of the email. If you use both the "SourceArn" parameter and the corresponding X-header, Amazon SES uses the value of the "SourceArn" parameter.

For information about when to use this parameter, see the description of "SendRawEmail" in this guide, or see the Amazon SES Developer Guide.

This class forms part of Paws, documenting arguments for method SendRawEmail in Paws::SES

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues

2015-08-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.