sendCSV Python script to send csv files in a directory to an email as a zip Prerequisites: Python To run: python sendCSV.py You will need a config file config.json: { "username":"username@email.com", "password:"password", "directory":"fullpath" }