I run a python script every morning that sends an email to a list of my website subscribers. The script re-writes the CSV file (on my PC) every time with an updated list of all the email addresses, and subscription statuses. I don't want to re-write my python script to use SQL instead of the CSV. How would I go about this? Is this even possible? I want to automate this daily sending so I don't have to wake up at 6 AM everyday (the emails are time sensitive).