| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.147 2005/10/08 21:56:46 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.148 2005/10/10 22:02:16 sh002i Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 115 | # * If you want to send email ONLY to addresses in this list, set |
115 | # * If you want to send email ONLY to addresses in this list, set |
| 116 | # receive_feedback => $nobody in %permissionLevels below. |
116 | # receive_feedback => $nobody in %permissionLevels below. |
| 117 | # |
117 | # |
| 118 | # It's often useful to set this in the course.conf to change the behavior of |
118 | # It's often useful to set this in the course.conf to change the behavior of |
| 119 | # feedback for a specific course. |
119 | # feedback for a specific course. |
|
|
120 | # |
|
|
121 | # Items in this list may be bare addresses, or RFC822 mailboxes, like: |
|
|
122 | # 'Joe User <joe.user@example.com>' |
|
|
123 | # The advantage of this form is that the resulting email will include the name |
|
|
124 | # of the recipient in the "To" field of the email. |
| 120 | # |
125 | # |
| 121 | $mail{feedbackRecipients} = [ |
126 | $mail{feedbackRecipients} = [ |
| 122 | #'prof1@yourserver.yourdomain.edu', |
127 | #'prof1@yourserver.yourdomain.edu', |
| 123 | #'prof2@yourserver.yourdomain.edu', |
128 | #'prof2@yourserver.yourdomain.edu', |
| 124 | ]; |
129 | ]; |