Skip to content

pointless-code/blackmail

Repository files navigation

Blackmail

About Blackmail

A questionable SMTP server.

Disclaimer

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.

Setup

Create configuration file

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": "your-email@gmail.com",
    "password": "your-app-password"
  },
  "recipients": [
    "recipient1@example.com",
    "recipient2@example.com"
  ],
}

Pull from docker

docker run --rm -v $(pwd)/config.json:/app/config.json pointlesscode/blackmail:latest

Build it yourself

  • 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

Social

.less
Instagram
Twitter
GitHub
DockerHub

License

The project is open-sourced software licensed under the MIT license.