Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cossssmin/esp-list

A list of Email Service Providers
https://github.com/cossssmin/esp-list

email-platform email-providers email-sender email-service esp

Last synced: 26 days ago
JSON representation

A list of Email Service Providers

Awesome Lists containing this project

README

        

# esp-list

A list of Email Service Providers.

## Installation

```sh
npm install esp-list
```

## Usage

```js
const esps = require('esp-list')
```

`esps` will be a JSON object with the following structure:

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