Builder

class Builder

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, message body and attachments list.

Link copied to clipboard

The template to use for the email message.

Functions

Link copied to clipboard
fun raw(block: RawMessage.Builder.() -> Unit)
Link copied to clipboard
fun simple(block: Message.Builder.() -> Unit)
Link copied to clipboard