A questionable SMTP server.
2.4K
A questionable SMTP server.
This software is not intended for spam, harassment, or any illegal activity. It was created solely for creative and artistic expression.
Copy config.json.example to config.json and update with your settings:
cp config.json.example config.json
Edit config.json with your SMTP configuration and recipient list:
{
"smtp": {
"host": "smtp.gmail.com",
"port": 587,
"username": "[email protected]",
"password": "your-app-password"
},
"recipients": [
"[email protected]",
"[email protected]"
],
}
docker run --rm -v $(pwd)/config.json:/app/config.json pointlesscode/blackmail:latest
docker build -t blackmail .
docker run --rm -v $(pwd)/config.json:/app/config.json blackmail
.less
Instagram
Twitter
GitHub
DockerHub
The project is open-sourced software licensed under the MIT license.
Content type
Image
Digest
sha256:c2a9e24ac…
Size
396.4 MB
Last updated
about 1 year ago
docker pull pointlesscode/blackmail