All Projects → Curioo → emailpyspam

Curioo / emailpyspam

Licence: MIT license
A python 3+ program to spam emails to a list of users repetitively

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to emailpyspam

Free Email Forwarding
The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
Stars: ✭ 2,024 (+3112.7%)
Mutual labels:  email, gmail, smtp
Magento2 Gmail Smtp App
Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
Stars: ✭ 281 (+346.03%)
Mutual labels:  email, gmail, smtp
email
Aplus Framework Email Library
Stars: ✭ 127 (+101.59%)
Mutual labels:  email, smtp
Ptorx
📩🛡 Email privacy. Anonymously send and receive with alias forwarding.
Stars: ✭ 187 (+196.83%)
Mutual labels:  email, smtp
Hectane
Lightweight SMTP client written in Go
Stars: ✭ 200 (+217.46%)
Mutual labels:  email, smtp
Yagmail
Send email in Python conveniently for gmail using yagmail
Stars: ✭ 2,169 (+3342.86%)
Mutual labels:  email, smtp
Clojure Mail
A Clojure library for parsing, downloading and reading email from IMAP servers.
Stars: ✭ 172 (+173.02%)
Mutual labels:  email, gmail
Aiosmtpd
A reimplementation of the Python stdlib smtpd.py based on asyncio.
Stars: ✭ 195 (+209.52%)
Mutual labels:  email, smtp
Email Verifier
✅ A Go library for email verification without sending any emails.
Stars: ✭ 162 (+157.14%)
Mutual labels:  email, smtp
Vmime
VMime Mail Library
Stars: ✭ 218 (+246.03%)
Mutual labels:  email, smtp
Drymail
Makes sending emails easy and DRY — For Python 3.
Stars: ✭ 218 (+246.03%)
Mutual labels:  email, smtp
Mailer
A light-weight, modular, message representation and mail delivery framework for Python.
Stars: ✭ 225 (+257.14%)
Mutual labels:  email, smtp
Mnm
The legitimate email replacement — n-identity, decentralized, store-and-forward, open protocol, open source. (Server)
Stars: ✭ 162 (+157.14%)
Mutual labels:  email, smtp
React Letter
✉️ Display e-mails in your React.js projects. (Targets Gmail rendering.)
Stars: ✭ 164 (+160.32%)
Mutual labels:  email, gmail
Wmail
The missing desktop client for Gmail & Google Inbox
Stars: ✭ 2,093 (+3222.22%)
Mutual labels:  email, gmail
Swift Smtp
Swift SMTP client
Stars: ✭ 162 (+157.14%)
Mutual labels:  email, smtp
Hermes
Golang package that generates clean, responsive HTML e-mails for sending transactional mail
Stars: ✭ 2,379 (+3676.19%)
Mutual labels:  email, smtp
Nanolist
mailing lists - the unix way
Stars: ✭ 153 (+142.86%)
Mutual labels:  email, smtp
Mailu
Insular email distribution - mail server as Docker images
Stars: ✭ 3,151 (+4901.59%)
Mutual labels:  email, smtp
Forwardemail.net
The best free email forwarding for custom domains (Web Server)
Stars: ✭ 211 (+234.92%)
Mutual labels:  email, gmail

GitHub Build Status GitHub top language

EmailPySpam

Python 3+ program to send emails to a list of users repetitively.

WARNING: This project will be rewritten soon. Fork the repository if you wish to keep our current iteration of the program. Thanks!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Python 3+ (made on python 3.8)

Installing

A step by step series of examples that tell you how to get a development env running

Linux (Bash)

Clone the repository

git clone https://github.com/Curioo/emailpyspam.git

Install required libraries

pip3 install -r requirements.txt

Navigate into main directory

cd emailspam/

Navigate into sub-directory

cd main/

Start the program

python3 emailspam.py

There is also a non interactive mode, you can see the options for running it in non interactive mode with

python3 emailspam.py -h

Which creates the following output

Usage: emailspam.py [options]

Options:
  -h, --help            show this help message and exit
  -i, --interactive     this choice negates interactive mode
  -t TO_ADDRESS, --to=TO_ADDRESS
                        the email address you are spamming e.x.: email@gmail
                        (cannot contain .com)
  -f FROM_ADDRESS, --from=FROM_ADDRESS
                        the email you are spamming from
  -d SENDSPEED, --interval=SENDSPEED
                        the interval in seconds in which you want to send the
                        emails
  -p PASSWORD, --password=PASSWORD
                        the password for the email account you are spamming
                        from
  -s SUBJECT, --subject=SUBJECT
                        the subject of the email you want to spam
  -b BODY, --body=BODY  the actual message inside the email you wish to spam
  -e RECIPIENTNUM, --num-of-emails=RECIPIENTNUM
                        the number of email addresses you want to send from
  -n SEND, --num=SEND   the number of emails you wish to send

=======

Windows (Command Prompt)

Clone the repository

git clone https://github.com/Curioo/emailpyspam.git

Install required libraries

pip install -r requirements.txt

Navigate into main directory

cd emailspam/

Navigate into sub-directory

cd main/

Start the program

python emailspam

Usage

You have the ability to use the program in two ways.

  • Simple
    • Type an email and password in at the beginning
  • Extended
    • Have the program access a list of emails and passwords to access once an email has been locked

Screenshots

Welcome message:

Image of welcome message

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Max Spitzer - Initial work - Curioo
  • Franco Aparicio - Main Contributor - NONAME1103
  • Ethan Moore - Web Design and additional features - quarksrcool

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].