That application is an email sender, made with Python.
For use the app, you have to change the fields "From", "To", "Password", at the file "py.py".
py.py
msg | Type | |
---|---|---|
["Subject"] |
String |
Mandatory. The Subject of the mail |
["From"] |
String |
Mandatory. The sender of the message |
["To"] |
String |
Mandatory. The The receiver of the mail |
Windows:
python py.py
Ubuntu distro
python3 py.py