@balena/jellyfish-mail
TypeScript icon, indicating that this package has built-in type declarations

2.0.173 • Public • Published

Notice: This utility has been discontinued. The functionality provided by this utility has been moved to jellyfish-plugin-default with this PR.

Jellyfish Mail

This library contains email integration functionality for use in Jellyfish.

Usage

Below is an example how to use this library:

const environment = require('@balena/jellyfish-environment')
const Mail = require('@balena/jellyfish-mail')

const instance = new Mail(environment.mail)
await mail.sendEmail({
	toAddress,
	fromAddress,
	subject,
	htmlBody
})

Documentation

Publish Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-mail

/@balena/jellyfish-mail/

    Package Sidebar

    Install

    npm i @balena/jellyfish-mail

    Weekly Downloads

    7

    Version

    2.0.173

    License

    Apache-2.0

    Unpacked Size

    61.8 kB

    Total Files

    16

    Last publish

    Collaborators

    • dfunckt
    • page
    • balena.io