https://github.com/xhiroga/aws-ses-suppression-list
List, summary and delete all email address in account level suppression list in AWS SES
https://github.com/xhiroga/aws-ses-suppression-list
aws aws-ses
Last synced: 2 months ago
JSON representation
List, summary and delete all email address in account level suppression list in AWS SES
- Host: GitHub
- URL: https://github.com/xhiroga/aws-ses-suppression-list
- Owner: xhiroga
- License: other
- Created: 2024-01-25T09:50:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T12:54:01.000Z (over 2 years ago)
- Last Synced: 2025-02-05T18:33:03.160Z (over 1 year ago)
- Topics: aws, aws-ses
- Language: Go
- Homepage:
- Size: 2.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-ses-suppression-list
List, summary and delete all email address in account level suppression list in AWS SES
## Getting started
```bash
make install
aws-ses-suppression-list summary
# or
go run main.go summary
```
## Uninstall
```bash
make uninstall
```