message
message: { attachments?: MailAttachment[]; from_email: string; from_name?: string; headers?: Object; html?: string; images?: MailAttachment[]; subject: string; text?: string; to: ToUser[] }
Type declaration
Optional attachments?: MailAttachment[]
from_email: string
Optional from_name?: string
Optional headers?: Object
Optional html?: string
Optional images?: MailAttachment[]
subject: string
Optional text?: string
to: ToUser[]