mailercheck

1.0.1 • Public • Published

Mailercheck Unofficial Node.js SDK

MIT licensed

Table of Contents

Installation

Setup

npm install mailercheck

Usage

Check a single email and get real-time response

const MailerCheck = require('../index')

const mailercheck = new MailerCheck(
    {
        api_key: "api_key"
    }
)

mailercheck.checkEmail("test@mailercheck.com")
    .then((response) => {
        console.log(response)
    })
    .catch(err => {
        console.log(err)
    })

Response

{ 
    message: 'valid', 
    status: 200 
}

Support and Feedback

In case you find any bugs, submit an issue directly here in GitHub.

If you have any troubles using our API or SDK free to contact our support here: https://www.mailercheck.com/support

The official documentation is at https://developers.mailercheck.com/

License

The MIT License (MIT)

Readme

Keywords

none

Package Sidebar

Install

npm i mailercheck

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

2.89 kB

Total Files

5

Last publish

Collaborators

  • devjavi