Automate the process of sending weekly quote-based emails using pure Java and GitHub Actions — no servers, no frameworks, no cron jobs needed!
This project:
- Sends a weekly email with a quote and an image attachment
- Uses JavaMail API and plain Java (no frameworks)
- Runs fully on GitHub Actions, triggered on a schedule
✅ No Spring
✅ No cloud hosting
✅ No manual intervention
I manually sent inspirational emails to friends every week. This project automates that using nothing but:
- Java for logic
- GitHub Actions for scheduling