View source: R/pinpointemail_operations.R
pinpointemail_send_email | R Documentation |
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
)
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 |
ConfigurationSetName |
The name of the configuration set that you want to use when sending the email. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.