Builder

class Builder

Properties

Link copied to clipboard

The List of attachments to include in your email. All recipients will receive the same attachments.

Link copied to clipboard
var body: Body?

The body of the message. You can specify an HTML version of the message, a text-only version of the message, or both.

Link copied to clipboard

The list of message headers that will be added to the email message.

Link copied to clipboard

The subject line of the email. The subject line can only contain 7-bit ASCII characters. However, you can specify non-ASCII characters in the subject line by using encoded-word syntax, as described in RFC 2047.

Functions

Link copied to clipboard
fun body(block: Body.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.sesv2.model.Body inside the given block

Link copied to clipboard
fun subject(block: Content.Builder.() -> Unit)