sdi/events.py
branchanoop
changeset 54 7515c2d1f5c5
parent 53 b226923fbf64
child 55 1091f42e4a41
equal deleted inserted replaced
53:b226923fbf64 54:7515c2d1f5c5
     1 from django.core.mail import send_mail
     1 from django.core.mail import send_mail
     2 
     2 
     3 def send_reg_complete_mail(email, fist_name, last_name):
     3 def send_reg_complete_mail(email, first_name, last_name):
     4     """ send registration complete email to the registered user.
     4     """ send registration complete email to the registered user.
     5     """
     5     """
     6 
     6 
     7     subject = "Sage Days India 25 - Registration"
     7     subject = "Sage Days India 25 - Registration"
     8 
     8