I'm trying to make a site where I can upload a CSV spreadsheet with columns as so:
Email Address | Category | Item | Description | Cost
It would copy the data from the CSV into the SQL database. Now the hard part I can't figure out yet:
I want to run a cron, where any new data under each email address, would be emailed to the email address on file.
I was hoping to use a CMS since I'm still learning, but I can't find a plugin that would allow me to email certain data to specific email addresses if there is new SQL data for that email address (or user's name, I suppose).
Point me in the right direction? Ideas appreciated, too.