sdi/events.py
branchanoop
changeset 181 885ee4edbf7d
parent 180 cf9d1af48d4e
child 184 21ec3fa1d372
equal deleted inserted replaced
180:cf9d1af48d4e 181:885ee4edbf7d
   138 
   138 
   139 Sage Days India Team,
   139 Sage Days India Team,
   140 FOSSEE, IIT Bombay.
   140 FOSSEE, IIT Bombay.
   141     """%(user.first_name.title(), user.last_name.title(),message)
   141     """%(user.first_name.title(), user.last_name.title(),message)
   142 
   142 
       
   143     send_mail(subject, message, "sagedays@fossee.in", [user.email])
   143 
   144 
   144 def mail_invi(to_emails):
   145 def mail_invi(to_emails):
   145     """ send the invitation email to given email addresses.
   146     """ send the invitation email to given email addresses.
   146     """
   147     """
   147 
   148