Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendTemplateMailParameters

Hierarchy

  • SendTemplateMailParameters

Index

Properties

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[]
smtp_user_name: string

Generated using TypeDoc