@webfocus/send-mail
v0.0.6
Published
Creates sendMail function on webfocusApp.
Downloads
8
Maintainers
Readme
Webfocus Send Mail
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
