type0

1.0.17 • Public • Published

type0_node_lib

Email Anonymization library (https://www.npmjs.com/package/type0)

Installation

Install the node module by npm

   $ npm install type0

Usage

Step1 : Get the request token by below method

   request_token(app_key, function(err, token){
      console.log(token);
    })

Step2: Sending the mail with passing the parameters as below

  send_mail(request_token, app_key, from, to, subject, body
   , function(err, res){
      console.log(res);
  })

Readme

Keywords

Package Sidebar

Install

npm i type0

Weekly Downloads

1

Version

1.0.17

License

ISC

Last publish

Collaborators

  • monk151947