summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-24 23:03:41 +0530
committerMadhusudan.C.S2011-01-24 23:03:41 +0530
commitf48178b156a5b61d39c171a8ac99ec3d9ed67d5f (patch)
treed7ba9965d864a214fedde0a9970c53180361b72b /scripts
parentf11df2fe7fc3bbaec3e03dc90c3df6674b3221f8 (diff)
downloadpytask-f48178b156a5b61d39c171a8ac99ec3d9ed67d5f.tar.gz
pytask-f48178b156a5b61d39c171a8ac99ec3d9ed67d5f.tar.bz2
pytask-f48178b156a5b61d39c171a8ac99ec3d9ed67d5f.zip
Added my name for the email sender address.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mails.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/mails.py b/scripts/mails.py
index a7f6075..7b7769c 100644
--- a/scripts/mails.py
+++ b/scripts/mails.py
@@ -9,7 +9,6 @@ __authors__ = [
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 @@ def textbook_workshop_remainder(subject_template=None, body_template=None):
body_template, dictionary={'name': full_name})
user.email_user(subject=subject, message=message,
- from_email='madhusudancs@fossee.in')
+ from_email='Madhusudan C.S. <madhusudancs@fossee.in>')