Sign inSign up

pointlesscode/blackmail

By pointlesscode

•Updated about 1 year ago

A questionable SMTP server.

Image
Developer tools
0

2.4K

pointlesscode/blackmail repository overview

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": "[email protected]",
    "password": "your-app-password"
  },
  "recipients": [
    "[email protected]",
    "[email protected]"
  ],
}

⁠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⁠.

Tag summary

Content type

Image

Digest

sha256:c2a9e24ac…

Size

396.4 MB

Last updated

about 1 year ago

docker pull pointlesscode/blackmail