You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SES::Types::RecipientDsnFieldsWhen passing RecipientDsnFields as input to an Aws::Client method, you can use a vanilla Hash:
{
final_recipient: "Address",
action: "failed", remote_mta: "RemoteMta",
status: "DsnStatus", diagnostic_code: "DiagnosticCode",
last_attempt_date: Time.now,
extension_fields: [
{
name: "ExtensionFieldName", value: "ExtensionFieldValue", },
],
}
Recipient-related information to include in the Delivery Status Notification (DSN) when an email that Amazon SES receives on your behalf bounces.
For information about receiving email through Amazon SES, see the Amazon SES Developer Guide.
Returned by:
Instance Attribute Summary collapseThe action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address.
An extended explanation of what went wrong; this is usually an SMTP response.
Additional X-headers to include in the DSN.
The email address that the message was ultimately delivered to.
The time the final delivery attempt was made, in [RFC 822][1] date-time format.
The MTA to which the remote MTA attempted to deliver the message, formatted as specified in [RFC 3464][1] (mta-name-type; mta-name
).
The status code that indicates what went wrong.
The action performed by the reporting mail transfer agent (MTA) as a result of its attempt to deliver the message to the recipient address. This is required by RFC 3464.
#diagnostic_code ⇒ StringAn extended explanation of what went wrong; this is usually an SMTP response. See RFC 3463 for the correct formatting of this parameter.
#final_recipient ⇒ StringThe email address that the message was ultimately delivered to. This corresponds to the Final-Recipient
in the DSN. If not specified, FinalRecipient
will be set to the Recipient
specified in the BouncedRecipientInfo
structure. Either FinalRecipient
or the recipient in BouncedRecipientInfo
must be a recipient of the original bounced message.
Do not prepend the FinalRecipient
email address with rfc 822;
, as described in RFC 3798.
The time the final delivery attempt was made, in RFC 822 date-time format.
#remote_mta ⇒ StringThe MTA to which the remote MTA attempted to deliver the message, formatted as specified in RFC 3464 (mta-name-type; mta-name
). This parameter typically applies only to propagating synchronous bounces.
The status code that indicates what went wrong. This is required by RFC 3464.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4