https://github.com/bm777/send_mail_python
Send email in cascade with python. you can send more than 500 emails in less than 5 minutes using SMTP protocol with Gmail server
https://github.com/bm777/send_mail_python
gmail-smtp gtk3 python3 smtp-client smtplib
Last synced: 8 months ago
JSON representation
Send email in cascade with python. you can send more than 500 emails in less than 5 minutes using SMTP protocol with Gmail server
- Host: GitHub
- URL: https://github.com/bm777/send_mail_python
- Owner: bm777
- Created: 2020-07-16T18:29:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T06:16:11.000Z (about 5 years ago)
- Last Synced: 2025-01-05T05:24:45.049Z (9 months ago)
- Topics: gmail-smtp, gtk3, python3, smtp-client, smtplib
- Language: Python
- Homepage:
- Size: 58.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# send_mail_python
Send email in cascade with python3. you can send more thant 500 mails in less than 5 minutes### Tools used:
- [x] Python
- [x] GTK 3
- [x] Brain :)### How to have it
make sure that you have gtk3 installed on your machine(Laptop). For my case, I have it on ubuntu 18.04.
The best way for you to install dependencies, it is virtualenvwrapper. How to install it in 1 minute -> [VIDEO](https://youtu.be/Tl3q8Wm0jvI)
```
#for dependencies:
pip install -r requirements.txt#clone it by typing:
git clone https://github.com/bm777/send_mail_python.git#run it by typing:
python3 send_mail.py
```### View of interface
### View of interface when Email sending ends successfully
