added the line that sends mail anoop
authornishanth
Mon, 26 Jul 2010 18:51:24 +0530
branchanoop
changeset 181 885ee4edbf7d
parent 180 cf9d1af48d4e
child 182 27e0bc9425a2
added the line that sends mail
sdi/events.py
--- a/sdi/events.py	Mon Jul 26 18:41:25 2010 +0530
+++ b/sdi/events.py	Mon Jul 26 18:51:24 2010 +0530
@@ -140,6 +140,7 @@
 FOSSEE, IIT Bombay.
     """%(user.first_name.title(), user.last_name.title(),message)
 
+    send_mail(subject, message, "sagedays@fossee.in", [user.email])
 
 def mail_invi(to_emails):
     """ send the invitation email to given email addresses.