@balena/jellyfish-mail
v2.0.173
Published
Mail library for Jellyfish
Downloads
1,504
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
Visit the website for complete documentation: https://product-os.github.io/jellyfish-mail