Added task to send out email for each processed GradingRecord.
If send_mail evaluates to True in the POST data for updateProjectsForSurveyGroup task then the results of every GradingRecord will be mailed to the Student. The Mentor and Org Admins will be cc'ed.
#!/usr/bin/env python
from django.core import management
if __name__ == "__main__":
management.execute_from_command_line()