Ignore:
Timestamp:
5 Oct 2007, 10:16:23 (17 years ago)
Author:
Henrik Bettermann
Message:

Some changes to make PRE-NCE application work.

mail2student.py: senders name and email address changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_student/mail2student.py

    r2296 r2316  
    1717
    1818d = {}
    19 d['co_name'] = co_name
    20 d['co_email'] = co_email
     19#d['co_name'] = co_name
     20#d['co_email'] = co_email
     21d['co_name'] = 'CRPU Uniben'
     22d['co_email'] = prop.email_from_address
    2123d['student_email'] = student_email
    2224d['probtype'] = probtype
    2325d['commt'] = commt
    24 
    25 #prop.email_from_address should be used for To:
    2626
    2727message = """
Note: See TracChangeset for help on using the changeset viewer.