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