@balena/jellyfish-mail

Mail library for Jellyfish

Usage no npm install needed!

<script type="module">
  import balenaJellyfishMail from 'https://cdn.skypack.dev/@balena/jellyfish-mail';
</script>

README

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