# HG changeset patch # User nishanth # Date 1280150484 -19800 # Node ID 885ee4edbf7d591c350eb5010584b8febb803485 # Parent cf9d1af48d4e9f2ebb5460df777207c4ae89d77a added the line that sends mail diff -r cf9d1af48d4e -r 885ee4edbf7d 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.