You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ContentWhen passing Content as input to an Aws::Client method, you can use a vanilla Hash:
{
data: "MessageData", charset: "Charset",
}
An object that represents the content of the email, and optionally a character set specification.
Returned by:
Instance Attribute Summary collapseThe character set for the content.
The content of the message itself.
The character set for the content. Because of the constraints of the SMTP protocol, Amazon SES uses 7-bit ASCII by default. If the text includes characters outside of the ASCII range, you have to specify a character set. For example, you could specify UTF-8
, ISO-8859-1
, or Shift_JIS
.
The content of the message itself.
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