| 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: webwork-modperl/conf/global.conf.dist,v 1.134 2005/08/28 20:54:50 jj Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.135 2005/09/07 01:18:00 gage 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. |
| … | |
… | |
| 91 | # Mail settings |
91 | # Mail settings |
| 92 | ################################################################################ |
92 | ################################################################################ |
| 93 | |
93 | |
| 94 | # Mail sent by the PG system and the mail merge and feedback modules will be |
94 | # Mail sent by the PG system and the mail merge and feedback modules will be |
| 95 | # sent via this SMTP server. |
95 | # sent via this SMTP server. |
| 96 | $mail{smtpServer} = 'mail.rochester.edu'; |
96 | $mail{smtpServer} = 'mail.yourschool.edu'; |
| 97 | |
97 | |
| 98 | # When connecting to the above server, WeBWorK will send this address in the |
98 | # When connecting to the above server, WeBWorK will send this address in the |
| 99 | # MAIL FROM command. This has nothing to do with the "From" address on the mail |
99 | # MAIL FROM command. This has nothing to do with the "From" address on the mail |
| 100 | # message. It can really be anything, but some mail servers require it contain |
100 | # message. It can really be anything, but some mail servers require it contain |
| 101 | # a valid mail domain, or at least be well-formed. |
101 | # a valid mail domain, or at least be well-formed. |