Installation
To use MailboxJS, you need to install the library :
- npm
- Yarn
npm install mailboxjs
yarn add mailboxjs
To import MailboxJS in your project :
- ESM
- CJS
import { MailboxJS } from 'mailboxjs';
const { MailboxJS } = require('mailboxjs');
In the next part, we will see how to configure the mailbox.