0.1.3 • Published 4 years ago

bmail v0.1.3

Weekly downloads
19
License
All Rights Reserv...
Repository
github
Last release
4 years ago

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>'

})