Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 278 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 278 Bytes

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"
	}