You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::EmailMessageWhen passing EmailMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
body: "__string",
feedback_forwarding_address: "__string",
from_address: "__string",
raw_email: {
data: "data",
},
reply_to_addresses: ["__string"],
simple_email: {
html_part: {
charset: "__string",
data: "__string",
},
subject: {
charset: "__string",
data: "__string",
},
text_part: {
charset: "__string",
data: "__string",
},
},
substitutions: {
"__string" => ["__string"],
},
}
Specifies the default settings and content for a one-time email message that's sent directly to an endpoint.
Returned by:
Instance Attribute Summary collapseThe body of the email message.
The email address to forward bounces and complaints to, if feedback forwarding is enabled.
The verified email address to send the email message from.
The email message, represented as a raw MIME message.
The reply-to email address(es) for the email message.
The email message, composed of a subject, a text part, and an HTML part.
The default message variables to use in the email message.
The body of the email message.
#feedback_forwarding_address ⇒ StringThe email address to forward bounces and complaints to, if feedback forwarding is enabled.
#from_address ⇒ StringThe verified email address to send the email message from. The default value is the FromAddress specified for the email channel.
#raw_email ⇒ Types::RawEmailThe email message, represented as a raw MIME message.
#reply_to_addresses ⇒ Array<String>The reply-to email address(es) for the email message. If a recipient replies to the email, each reply-to address receives the reply.
#simple_email ⇒ Types::SimpleEmailThe email message, composed of a subject, a text part, and an HTML part.
#substitutions ⇒ Hash<String,Array<String>>The default message variables to use in the email message. You can override the default variables with individual address variables.
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