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.
webfocusApp.registerComponent(require("@webfocus/send-mail"))
webfocusApp.sendMail(message)Its calls transport.sendMail with the message argument. (See nodemailer message