sdi/events.py
branchanoop
changeset 119 eecbb1e59a3a
parent 118 6c3602582f9f
child 137 02a5304a2c5f
equal deleted inserted replaced
118:6c3602582f9f 119:eecbb1e59a3a
    53 
    53 
    54 Thanking you,
    54 Thanking you,
    55 
    55 
    56 Sage Days India Team,
    56 Sage Days India Team,
    57 FOSSEE, IIT Bombay.
    57 FOSSEE, IIT Bombay.
    58     """%(user.first_name.title(), user.last_name.title(), user.id, [user.email])
    58     """%(user.first_name.title(), user.last_name.title(), user.id, user.email)
    59 
    59 
    60     send_mail(subject, message, "sagedays@fossee.in", [email])
    60     send_mail(subject, message, "sagedays@fossee.in", [user.email])
    61 
    61 
    62 def mail_invi(to_emails):
    62 def mail_invi(to_emails):
    63     """ send the invitation email to given email addresses.
    63     """ send the invitation email to given email addresses.
    64     """
    64     """
    65 
    65