Skip to content

mtbun/BulkMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bulk mails

Sending bulk mails from a list with Python.
\

How To Use

  1. Install the required libraries.
pip3 install smtp
  1. Clone this repo.
git clone https://github.com/mtbun/mail.git
  1. Edit sender in the smtp.py For example:
sender = {
	'email': 'hello_kitty@python.org',
	'password': 'Th1s1sThePassW0Rd'
}
  1. Edit content in the smtp.py
  2. Edit your email_list file and add the addresses you want to send mail to
  3. Run code
python3 smtp.py

About

send bulk mail with python

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages