Back to Pocketbase

Interface Message

static/jsvm/interfaces/mailer.Message.html

latest1.9 KB
Original Source

Interface Message

Message defines a generic email message struct.

Hierarchy

Implemented by

Index

Properties

attachmentsbccccfromheadershtmlinlineAttachmentssubjecttextto

Properties

attachments

attachments: _TygojaDict

bcc

bcc: {
address: string;
name?: string;
}[]

Type declaration

address: string
Optional name?: string

cc

cc: {
address: string;
name?: string;
}[]

Type declaration

address: string
Optional name?: string

from

from: {
address: string;
name?: string;
}

Type declaration

address: string
Optional name?: string

headers

headers: _TygojaDict

html

html: string

inlineAttachments

inlineAttachments: _TygojaDict

subject

subject: string

text

text: string

to

to: {
address: string;
name?: string;
}[]

Type declaration

address: string
Optional name?: string

Settings

Member Visibility

  • Inherited

Theme

OSLightDark

On This Page

Generated using TypeDoc