Changeset 822 for WAeUP_SRP/trunk/skins
- Timestamp:
- 9 Nov 2006, 21:45:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
WAeUP_SRP/trunk/skins/waeup_default/mail2admin.py
r820 r822 16 16 17 17 message = """ 18 From: %s 18 From: %s <%s> 19 19 To: %s 20 Bcc: %s 21 Subject: Test Email from a Student 20 Bcc: %s, %s 21 Reply-To: %s 22 Subject: WAeUP Contact Form 22 23 23 24 Fullname: %s 24 25 Student ID: %s 25 Email: %s26 26 Problem Type: %s 27 27 Description: %s … … 29 29 """ 30 30 31 #prop.email_from_address should be used for To: 32 31 33 msg = message % ( 32 prop.email_from_address, 34 fullname, 35 email, 33 36 'henrik@saoas.org', 34 37 'henrik@waeup.org', 38 'js@aixtraware.de', 39 email, 35 40 fullname, 36 41 studentid, 37 email,38 42 probtype, 39 43 descr,
Note: See TracChangeset for help on using the changeset viewer.