EmailMessage

Specifies the default settings and content for a one-time email message that's sent directly to an endpoint.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val body: String?

The body of the email message.

Link copied to clipboard

The email address to forward bounces and complaints to, if feedback forwarding is enabled.

Link copied to clipboard

The verified email address to send the email message from. The default value is the FromAddress specified for the email channel.

Link copied to clipboard

The email message, represented as a raw MIME message.

Link copied to clipboard

The reply-to email address(es) for the email message. If a recipient replies to the email, each reply-to address receives the reply.

Link copied to clipboard

The email message, composed of a subject, a text part, and an HTML part.

Link copied to clipboard

The default message variables to use in the email message. You can override the default variables with individual address variables.

Functions

Link copied to clipboard
inline fun copy(block: EmailMessage.Builder.() -> Unit = {}): EmailMessage
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String