Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 501 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 501 Bytes

mass_email

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.