bmail

0.1.3 • Public • Published

Bmail

Send & Receive Encrypted Messages With Paymail

Usage


import { PayMailer } from 'bmail'

const paymailer = new PayMailer({

  privatekey: process.env.BMAIL_PRIVATE_KEY,

  paymail: 'credits@anypayinc.com

})

const outputs = await paymailer.createMessage({

  to: 'stevenzeiler@relayx.io',

  subject: 'Your Adidas® Gift Card Awaits',

  body: '<p>acb3e5ffe57a</p>'

})

Readme

Keywords

Package Sidebar

Install

npm i bmail

Weekly Downloads

4

Version

0.1.3

License

All Rights Reserved

Unpacked Size

57.2 kB

Total Files

22

Last publish

Collaborators

  • stevenzeiler