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.
pinpointemail_send_email(
FromEmailAddress = NULL,
Destination,
ReplyToAddresses = NULL,
FeedbackForwardingEmailAddress = NULL,
Content,
EmailTags = NULL,
ConfigurationSetName = NULL
)
The email address that you want to use as the "From" address for the email. The address that you specify has to be verified.
[required] An object that contains the recipients of the email message.
The "Reply-to" email addresses for the message. When the recipient replies to the message, each Reply-to address receives the reply.
The address that Amazon Pinpoint should send bounce and complaint notifications to.
[required] An object that contains the body of the message. You can send either a Simple message or a Raw message.
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.
The name of the configuration set that you want to use when sending the email.