https://github.com/openpolis/mailing
Handle mailing verification and handling code
https://github.com/openpolis/mailing
Last synced: about 2 months ago
JSON representation
Handle mailing verification and handling code
- Host: GitHub
- URL: https://github.com/openpolis/mailing
- Owner: openpolis
- Created: 2013-04-05T15:13:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T22:51:28.000Z (about 13 years ago)
- Last Synced: 2025-12-26T13:49:32.524Z (6 months ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
This code is used to manipulate our email addresses.
Blacklisted addresses can be removed from a csv file with ``remove_blacklist.py``.
All email in a csv can be verified (MX and SMTP user check) with ``validate.py``.