Get data from csv file and automate email sending
Created with Python 3.6 and libraries: Pandas and smtplib
v 1.0 - you should generate an application password in Gmail: https://security.google.com/settings/security/apppasswords and use it to log in instead of your usual password.
- xls module
- module for attachement of a ready message / string formatting?
- speed up
- less hardcoding while processing file (e-mail column recognition)