Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendMailParameters

Hierarchy

  • SendMailParameters

Index

Properties

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

Generated using TypeDoc