A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/SESV2/Types/EmailContent.html below:

EmailContent — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::EmailContent
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing EmailContent as input to an Aws::Client method, you can use a vanilla Hash:

{
  simple: {
    subject: {       data: "MessageData",       charset: "Charset",
    },
    body: {       text: {
        data: "MessageData",         charset: "Charset",
      },
      html: {
        data: "MessageData",         charset: "Charset",
      },
    },
  },
  raw: {
    data: "data",   },
  template: {
    template_name: "EmailTemplateName",
    template_arn: "AmazonResourceName",
    template_data: "EmailTemplateData",
  },
}

An object that defines the entire content of the email, including the message headers and the body content. You can create a simple email message, in which you specify the subject and the text and HTML versions of the message body. You can also create raw messages, in which you specify a complete MIME-formatted message. Raw messages can include attachments and custom headers.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #rawTypes::RawMessage

The raw email message. The message has to meet the following criteria:

#simpleTypes::Message

The simple email message. The message consists of a subject and a message body.


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