An open API service indexing awesome lists of open source software.

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!

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)