1.0.17 • Published 10 years ago

type0 v1.0.17

Weekly downloads
2
License
ISC
Repository
github
Last release
10 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

10 years ago

1.0.16

10 years ago

1.0.15

10 years ago

1.0.14

10 years ago

1.0.13

10 years ago

1.0.12

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago