1.0.17 • Published 9 years ago

type0 v1.0.17

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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);
  })
1.0.17

9 years ago

1.0.16

9 years ago

1.0.15

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago