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