├── README.rst ├── _img └── source.gif └── code ├── file.csv ├── file.csv~ ├── quicksetup.py └── sendmessage.py /README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorfi/pythonic-automatic-email/HEAD/README.rst -------------------------------------------------------------------------------- /_img/source.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorfi/pythonic-automatic-email/HEAD/_img/source.gif -------------------------------------------------------------------------------- /code/file.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorfi/pythonic-automatic-email/HEAD/code/file.csv -------------------------------------------------------------------------------- /code/file.csv~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorfi/pythonic-automatic-email/HEAD/code/file.csv~ -------------------------------------------------------------------------------- /code/quicksetup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorfi/pythonic-automatic-email/HEAD/code/quicksetup.py -------------------------------------------------------------------------------- /code/sendmessage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astorfi/pythonic-automatic-email/HEAD/code/sendmessage.py --------------------------------------------------------------------------------