EmailMessageTemplateContentBody
The body to use in email messages.
Types
Properties
Link copied to clipboard
The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.
Link copied to clipboard
The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.
Functions
Link copied to clipboard
inline fun copy(block: EmailMessageTemplateContentBody.Builder.() -> Unit = {}): EmailMessageTemplateContentBody