0.0.1 • Published 3 years ago

email-configuration v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Webfocus Util

This is a WebfocusComponent implementation with some utilities for other @webfocus/component implementations.

After registering this component the WebfocusApp instance will have the function sendMail defined.

Usage

webfocusApp.registerComponent(require("@webfocus/send-mail"))

webfocusApp.sendMail(message)

Its calls transport.sendMail with the message argument. (See nodemailer message

0.0.1

3 years ago