This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@notifire/emailjs
TypeScript icon, indicating that this package has built-in type declarations

0.3.6-alpha.0 • Public • Published

EmailJs Email Provider

An emailjs email provider library for notifire.

Usage

import { EmailJsProvider } from '@notifire/emailjs';

const provider = new EmailJsProvider({
  from: process.env.EMAILJS_FROM_EMAIL,
  host: process.env.EMAILJS_HOST,
  user: process.env.EMAILJS_USERNAME,
  password: process.env.EMAILJS_PASSWORD,
  port: process.env.EMAILJS_PORT,
  secure: process.env.EMAILJS_SECURE,
});

Readme

Keywords

none

Package Sidebar

Install

npm i @notifire/emailjs

Weekly Downloads

1

Version

0.3.6-alpha.0

License

MIT

Unpacked Size

16.6 kB

Total Files

22

Last publish

Collaborators

  • novu-cliftonz
  • scopsy