https://github.com/myphz/emailsender
Kivy project able to log-in your email and send emails to anyone!
https://github.com/myphz/emailsender
email-sender kivy python smtp-server smtplib
Last synced: 5 months ago
JSON representation
Kivy project able to log-in your email and send emails to anyone!
- Host: GitHub
- URL: https://github.com/myphz/emailsender
- Owner: Myphz
- Created: 2020-10-04T15:50:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-28T13:16:38.000Z (over 3 years ago)
- Last Synced: 2025-03-30T23:03:40.164Z (6 months ago)
- Topics: email-sender, kivy, python, smtp-server, smtplib
- Language: Python
- Homepage:
- Size: 651 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A simple Kivy project able to log-in your email and send emails to anyone!
## Information
This small project supports the most famous email services and is able to log-in your email account and send emails to anyone!\
*Note: if you use gmail, you might need to enable the "Allow less secure apps" option in your google account, in order to allow this script to log-in your account.*## Instructions
To execute this file, install all the dependencies listed below, download all files and put them in the same folder.\
Execute the python file by executing the command prompt in the same directory as the files and typing ```python code.py```## Dependencies
- Kivy (go to https://kivy.org/doc/stable/installation/installation-windows.html for instructions on installation)