A Python3 script to automate the email sending process
- Install Python3 for Windows from here.
- Open Windows Command Prompt
- Clone the repository
git clone https://github.com/GDSC-RCCIIT/General-Purpose-Scripts.git
- Navigate inside the
scripts\Email-Senderdirectory.cd General-Purpose-Scripts\scripts\Email-Sender
- Run using Python
python system-usage.py
Note: Make sure you have enabled the "Less Secure Apps" from Google account security to send emails using that script.

