pinpointemail_send_email: Sends an email message

View source: R/pinpointemail_operations.R

pinpointemail_send_emailR Documentation

Sends an email message

Description

Sends an email message. You can use the Amazon Pinpoint Email API to send two types of messages:

See https://www.paws-r-sdk.com/docs/pinpointemail_send_email/ for full documentation.

Usage

pinpointemail_send_email(
  FromEmailAddress = NULL,
  Destination,
  ReplyToAddresses = NULL,
  FeedbackForwardingEmailAddress = NULL,
  Content,
  EmailTags = NULL,
  ConfigurationSetName = NULL
)

Arguments

FromEmailAddress

The email address that you want to use as the "From" address for the email. The address that you specify has to be verified.

Destination

[required] An object that contains the recipients of the email message.

ReplyToAddresses

The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply.

FeedbackForwardingEmailAddress

The address that Amazon Pinpoint should send bounce and complaint notifications to.

Content

[required] An object that contains the body of the message. You can send either a Simple message or a Raw message.

EmailTags

A list of tags, in the form of name/value pairs, to apply to an email that you send using the send_email operation. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.

ConfigurationSetName

The name of the configuration set that you want to use when sending the email.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.