Log Message:
-----------
Change back to $mail{smtpServer} = 'mail.yourschool.edu';
Modified Files:
--------------
webwork-modperl/conf:
global.conf.dist
Revision Data
-------------
Index: global.conf.dist
===================================================================
RCS file: /webwork/cvs/system/webwork-modperl/conf/global.conf.dist,v
retrieving revision 1.135
retrieving revision 1.136
diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.135 -r1.136
--- conf/global.conf.dist
+++ conf/global.conf.dist
@@ -93,7 +93,7 @@
# Mail sent by the PG system and the mail merge and feedback modules will be
# sent via this SMTP server.
-$mail{smtpServer} = 'mail.rochester.edu';
+$mail{smtpServer} = 'mail.yourschool.edu';
# When connecting to the above server, WeBWorK will send this address in the
# MAIL FROM command. This has nothing to do with the "From" address on the mail
|