Automatically sends emails at a certain time
Currently running on my Raspberry Pi, not very intensive
Requires Python modules smtplib and datetime to be installed on device
Create a GMail account to send automatic emails from
Enable Less Secure Apps for that GMail address https://myaccount.google.com/lesssecureapps
Add GMail password, recipients and sender in sensitive.py
Set the time you would like in timecheck.py
To run : ~ python timecheck.py
I suggest using something similar to the Linux screen module, so that the device can be used with this running in the background
The emails are likely to be blocked as they are deemed high risk by Google for good reason, as SMTP scripts are commonly used for spam. So check the spam folder if you cannot find it.
DO NOT USE THIS REPOSITARY FOR ANY ILLEGITIMATE, UNETHICAL OR ILLEGAL PURPOSES. THIS WAS CREATED ONLY AS AN EDUCATIONAL AND USEFUL TOOL FOR TIMED EMAIL REMINDERS OR ALERTS, I DO NOT CLAIM RESPONSIBILITY IN ANY WAY FOR OTHERS WHO USE THIS SCRIPT IN ANY OTHER FORM.