Commit c0581f8c by ichuang

fix subject in activation email - now uses course_title

parent 200e188c
...@@ -24,7 +24,7 @@ if 'eecs1' in socket.gethostname(): ...@@ -24,7 +24,7 @@ if 'eecs1' in socket.gethostname():
# edx4edx content server # edx4edx content server
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
MITX_FEATURES['REROUTE_ACTIVATION_EMAIL'] = 'ichuang@mit.edu' MITX_FEATURES['REROUTE_ACTIVATION_EMAIL'] = 'ichuang@mitx.mit.edu'
#EMAIL_BACKEND = 'django_ses.SESBackend' #EMAIL_BACKEND = 'django_ses.SESBackend'
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
......
Someone, hopefully you, signed up for an account for MITx's on-line Someone, hopefully you, signed up for an account for edX's on-line
offering of "${ course_title}" using this email address. If it was offering of "${ course_title}" using this email address. If it was
you, and you'd like to activate and use your account, copy and paste you, and you'd like to activate and use your account, copy and paste
this address into your web browser's address bar: this address into your web browser's address bar:
......
Your account for MITx's on-line 6.002 Your account for edX's on-line ${course_title} course
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment