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.
# This module is DEPRECATED!## You should no longer be using django.template_loader.## Use django.template.loader instead.from django.template.loader import *