Changeset 822 for WAeUP_SRP/trunk/skins


Ignore:
Timestamp:
9 Nov 2006, 21:45:24 (18 years ago)
Author:
Henrik Bettermann
Message:

email format beautified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/mail2admin.py

    r820 r822  
    1616
    1717message = """
    18 From: %s
     18From: %s <%s>
    1919To: %s
    20 Bcc: %s
    21 Subject: Test Email from a Student
     20Bcc: %s, %s
     21Reply-To: %s
     22Subject: WAeUP Contact Form
    2223
    2324Fullname: %s
    2425Student ID: %s
    25 Email: %s
    2626Problem Type: %s
    2727Description: %s
     
    2929"""
    3030
     31#prop.email_from_address should be used for To:
     32
    3133msg = message % (
    32      prop.email_from_address,
     34     fullname,
     35     email,
    3336     'henrik@saoas.org',
    3437     'henrik@waeup.org',
     38     'js@aixtraware.de',
     39     email,
    3540     fullname,
    3641     studentid,
    37      email,
    3842     probtype,
    3943     descr,
Note: See TracChangeset for help on using the changeset viewer.