1.1.0 • Published 7 years ago

telnet-mail-test v1.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

telnet-mail-test

Install

$ npm install --save telnet-mail-test

Usage

const telnet = require('telnet-mail-test');

telnet({
  domain: 'gmail.com', 
  from: 'lolibar@gmail.com', 
  to: 'superphung@gmail.com', 
  timeout: 500
}).then(exist => {
    console.log(exist);
    /* true */
  });

API

telnet(options): Object

test mail.

options

Type: object

domain

Type: string

from

Type: string

to

Type: string

timeout

Type: number Default: 3000 milliseconds