Before you begin:
- Mailchecker is powered by Node.js. Check to see if you're on the right version of node in
engines.node
. - Docker is used for setting up and running tests for various platforms. Install Docker and make sure you have
docker
command inPATH
.
Before you make your changes, check to see if an pull-request exist already for the changes you want to make.
To add new domains to Mailchecker disallow list open an PR that:
- only (only) change and commit the list.txt file
- test locally everything with
npm test
- only commit
list.txt
file change, every libraries will be automatically updated once the PR is merged
I review every single PR. The purpose of reviews is to ensure every domain is used for disposable emails.