Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/mail-utils"

Index

Functions

Functions

send

  • send(subj: string, htmlDif: string, txtDif: string, txtAttachments: string[], zipAttachments?: string[]): undefined | Promise<unknown>
  • Sends email.

    Parameters

    • subj: string
    • htmlDif: string
    • txtDif: string
    • txtAttachments: string[]
    • Optional zipAttachments: string[]

    Returns undefined | Promise<unknown>