EmailContent

An object that defines the entire content of the email, including the message headers and the body content. You can create a simple email message, in which you specify the subject and the text and HTML versions of the message body. You can also create raw messages, in which you specify a complete MIME-formatted message. Raw messages can include attachments and custom headers.

Types

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

Properties

Link copied to clipboard

The raw email message. The message has to meet the following criteria:

Link copied to clipboard

The simple email message. The message consists of a subject and a message body.

Link copied to clipboard

The template to use for the email message.

Functions

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