An open API service indexing awesome lists of open source software.

https://github.com/taynotfound/node-mail-spammer

A Spam Mailer made in NodeJS because i wanted to know what real pain feels like.
https://github.com/taynotfound/node-mail-spammer

mail mailer spam spammertools

Last synced: 7 months ago
JSON representation

A Spam Mailer made in NodeJS because i wanted to know what real pain feels like.

Awesome Lists containing this project

README

          

# Node Spam Mailer

## Table of Content

- [Disclaimer](#disclaimer)
- [How to run](#how-to-run)
- [Why does this Exist](#why-does-this-exist)

## Disclaimer

### This Program is made for educational Purpose only! I am not responsible for any material or human damage caused by the use of this program.

## How to run

Its pretty easy.

Just rename the `config.json.example` to `config.json` and fill in the required information. [Click here for a Guide](#config.json)

Type `npm install` in your console.

Type `node index` in your console.

Go to http://localhost:3000 to access the Web Panel.

Type in the Needed information and hit `Start`.

Now its spamming the Mail you typed in!

### Mini Disclaimer

You might need to change your GMAIL settings to use your Gmail. Read more about this here: https://nodemailer.com/usage/using-gmail/

Please note that the Spammer may not send all of the Mails you wanted! But its still pretty annoying.

## Why does this Exist?

I just wanted todo something new lol.

## Config.json

For the `service` Param type in `gmail`!

For the `mail` param type in your Email Address

For the `pass` param type in your Password

For the `from` param type in your Email Again

If you want to use a other service we advise you to rewrite the code and make it a pull request ;)