EmailTemplateContent

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

Types

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

Properties

Link copied to clipboard
val html: String?

The HTML body of the email.

Link copied to clipboard

The subject line of the email.

Link copied to clipboard
val text: String?

The email body that will be visible to recipients whose email clients do not display HTML.

Functions

Link copied to clipboard
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