AUTOMAILER by: L0WK3Y
[+] Are you annoyed with the tedious task of sending repetitive daily emails? Use Automailer!
This script can be used to automatically send scheduled emails to any email of your choosing. Since I was not planning on releasing this publicly, a few of the variables are hardcoded. I will change the variables to take user-input in a future release, or you can change them until then with this source code. Once you've set your variables to your liking, just throw it onto a server, run it and you're good to go. :)
Required PIP packages to be installed:
Schedule: https://pypi.org/project/schedule/
Twilio: https://pypi.org/project/twilio/
or use
"pip install -r requirements.txt" (Paste in CLI)
Enjoy :)