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

https://github.com/kamandlou/spammer

Simple email spammer
https://github.com/kamandlou/spammer

golang spammer

Last synced: 17 days ago
JSON representation

Simple email spammer

Awesome Lists containing this project

README

        

# Spammer
Simple spammer written with golang

## How to use?
1. Turn on allow less secure apps in sender gmail
2. Clone this repository
3. Run ``go build main.go``
## Flags
``from`` flag gets sender gmail.

``password`` flag gets sender gmail password.

``to`` flag gets receiver email.

``msg`` flag gets email message.

``repeat`` flag gets how many time do you want to send an email. default value is 1

```bash
./main [email protected] --password=password [email protected] --msg="email message"
```