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.
- Do not use this software to send unsolicited emails.
- Never use an email address without the recipient’s explicit approval.
- The author assumes no responsibility for misuse of this project.
Copy config.json.example to config.json and update with your settings:
cp config.json.example config.jsonEdit config.json with your SMTP configuration and recipient list:
{
"smtp": {
"host": "smtp.gmail.com",
"port": 587,
"username": "your-email@gmail.com",
"password": "your-app-password"
},
"recipients": [
"recipient1@example.com",
"recipient2@example.com"
],
}docker run --rm -v $(pwd)/config.json:/app/config.json pointlesscode/blackmail:latest- clone the project and cd to folder
- build and run the image
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.
