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

https://github.com/winebarrel/las

Retrieves a list of all email addresses that are on the suppression list for Amazon SES.
https://github.com/winebarrel/las

aws email ses

Last synced: 3 months ago
JSON representation

Retrieves a list of all email addresses that are on the suppression list for Amazon SES.

Awesome Lists containing this project

README

          

# las

[![CI](https://github.com/winebarrel/las/actions/workflows/ci.yml/badge.svg)](https://github.com/winebarrel/las/actions/workflows/ci.yml)

Retrieves a list of all email addresses that are on the suppression list for Amazon SES.

## Usage

```
Usage: las

Flags:
-h, --help Show help.
-r, --region=STRING The region to use ($AWS_REGION).
--version
```

```
$ las
{"EmailAddress":"foo@example.co","LastUpdateTime":"2020-12-23T01:23:45.111Z","Reason":"BOUNCE"}
{"EmailAddress":"bar@example.co","LastUpdateTime":"2020-12-23T01:23:46.22Z","Reason":"BOUNCE"}
{"EmailAddress":"zoo@example.co","LastUpdateTime":"2020-12-23T01:23:47.3Z","Reason":"BOUNCE"}
...
```

## Installation

```sh
brew install winebarrel/las/las
```