Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Emailer

Emailing service

Hierarchy

  • Emailer

Index

Constructors

constructor

Properties

Protected credentials

credentials: any

Protected e

Protected nodemailerTransport

nodemailerTransport: Transporter

Methods

Protected compileJade

  • compileJade(filePath: string, job: Job, callback: any): void
  • This finds and compiles a _path to a jade template and returns HTML in the callback.

    Parameters

    • filePath: string

      The _path to the file.

    • job: Job

      The job object which is passed into Jade.

    • callback: any

      returns the complied jade template as html

    Returns void

Protected executeSend

  • executeSend(nodemailerOptions: any): void

sendMail

Generated using TypeDoc