From: Sam H. v. a. <we...@ma...> - 2008-02-04 23:07:24
|
Log Message: ----------- added $mail{smtp_timeout} setting Modified Files: -------------- webwork2/lib/WeBWorK/PG: Local.pm Revision Data ------------- Index: Local.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/PG/Local.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -Llib/WeBWorK/PG/Local.pm -Llib/WeBWorK/PG/Local.pm -u -r1.25 -r1.26 --- lib/WeBWorK/PG/Local.pm +++ lib/WeBWorK/PG/Local.pm @@ -197,6 +197,7 @@ my $mailer = new WeBWorK::Utils::DelayedMailer( smtp_server => $ce->{mail}{smtpServer}, smtp_sender => $ce->{mail}{smtpSender}, + smtp_timeout => $ce->{mail}{smtpTimeout}, # FIXME I'd like to have an X-Remote-Host header, but before I do that I have to # factor out the remote host/remote port code from Feedback.pm and Authen.pm and # put it in Utils! (or maybe in WW::Request?) |