# HG changeset patch # User Madhusudan.C.S # Date 1295890421 -19800 # Node ID bbc20d6428adcc3ebd937e8e958807789b17ce73 # Parent a552aeb7cb4eaa5bdb071653931baed2c481afb9 Added my name for the email sender address. diff -r a552aeb7cb4e -r bbc20d6428ad scripts/mails.py --- a/scripts/mails.py Sun Jan 23 03:21:50 2011 +0530 +++ b/scripts/mails.py Mon Jan 24 23:03:41 2011 +0530 @@ -9,7 +9,6 @@ from django.template import loader from django.contrib.auth.models import User -from django.utils.translation import ugettext def textbook_workshop_remainder(subject_template=None, body_template=None): @@ -31,5 +30,5 @@ body_template, dictionary={'name': full_name}) user.email_user(subject=subject, message=message, - from_email='madhusudancs@fossee.in') + from_email='Madhusudan C.S. ')