diff options
author | Madhusudan.C.S | 2009-12-05 10:02:10 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-12-05 10:02:10 +0530 |
commit | 1f4cb22425ef1fe69fb089b5ac15dce124d93bfa (patch) | |
tree | d68de4826c4e0e1d488689ecfb5541888a469525 | |
parent | 5d4227b4d3cd14ef67f60800ca7433e69eda1398 (diff) | |
download | scipycon-1f4cb22425ef1fe69fb089b5ac15dce124d93bfa.tar.gz scipycon-1f4cb22425ef1fe69fb089b5ac15dce124d93bfa.tar.bz2 scipycon-1f4cb22425ef1fe69fb089b5ac15dce124d93bfa.zip |
Changed the from ID.
-rw-r--r-- | scripts/mails.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mails.py b/scripts/mails.py index c22f5a1..4af04b9 100644 --- a/scripts/mails.py +++ b/scripts/mails.py @@ -67,4 +67,4 @@ def delegate_remainder(): template, dictionary={'name': reg.user.username}) reg.user.email_user(subject=subject, message=message, - from_email='admin@scipy.in')
\ No newline at end of file + from_email='madhusudancs@gmail.com')
\ No newline at end of file |