Python Script for sending mass emails
This script was originally created to email grades to students, but can be adapted for other purposes.
Usage: python email_feedback.py <username> <password> <student_data_file>
and refers to your login credentials for a email account. <student_data_file> is a CSV file containing following attributes: Student ID, Last Name, First Name, Final Grade, Curved Grade, Average Test Score, Cummulative Average, Letter Grade.