Options
All
  • Public
  • Public/Protected
  • All
Menu

@balena/jellyfish-mail

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

Generated using TypeDoc