Skip to content

A list of Email Service Providers

License

Notifications You must be signed in to change notification settings

cossssmin/esp-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp-list

A list of Email Service Providers.

Installation

npm install esp-list

Usage

const esps = require('esp-list')

esps will be a JSON object with the following structure:

[
  {
    name: "ESP name",
    url: "https://www.example.com/"
  },
  {
    // ...
  }
]