Template

class Template

The content of the email, composed of a subject line and either an HTML part or a text-only part.

Types

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

Properties

Link copied to clipboard

The HTML body of the email.

Link copied to clipboard

The subject line of the email.

Link copied to clipboard

The name of the template. You use this name when you send email using the SendTemplatedEmail or SendBulkTemplatedEmail operations.

Link copied to clipboard

The email body that is visible to recipients whose email clients do not display HTML content.

Functions

Link copied to clipboard
inline fun copy(block: Template.Builder.() -> Unit = {}): Template
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