Send Raw Email
GET {{aws_simple_email_service_base_url}}/?ConfigurationSetName&Destinations.member.N&FromArn&RawMessage&ReturnPathArn&Source&SourceArn&Tags.member.N
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ConfigurationSetName | null | The name of the configuration set to use when you send an email using SendRawEmail. | |
Destinations.member.N | null | A list of destinations for the message, consisting of To:, CC:, and BCC: addresses. | |
FromArn | null | 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. | |
RawMessage | null | The raw email message itself. The message has to meet the following criteria: | |
ReturnPathArn | null | 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. | |
Source | null | 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.) | |
SourceArn | null | 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. | |
Tags.member.N | null | A list of tags, in the form of name/value pairs, to apply to an email that you send using SendRawEmail. Tags correspond to characteristics of the email that you define, so that you can publish email sending events. |