Email

Introduced in 3.0.0

Stability: 2 - Stable

const Email = require('kado/lib/Email')

This library provides a register for Email handlers to register and receive email messages through the system.

Class: Email

Email extends Connect see Connect for more engine management and more.

static Email.getInstance()

Email.constructor()

Email.send(name, options)

Note: when no name is provided all handlers are executed.

Class: EmailEngine

EmailEngine extends ConnectEngine see ConnectEngine for engine management and more.

EmailEngine.send()

Must be extended and used to send to underlying email system.