Note that I redid the intall of Mail::Sender since I think I screwed this up the first time.
I checked the modules with check_modules.pl and the suspect line is:
Mail::Sender is deprecated and you should look to Email::Sender instead at (eval 140) line 2.
I have used the following commands for installing Mail::Sender
$ sudo perl -MCPAN -e shell
I entered N when it asked if I wanted to manually change defaults. The first time I did this I entered "y" and then the installer asked for information I did not know what to put so I just kept hitting enter. Doh. In site.conf I used $mail{smtpServer} = 'smtp.oit.edu'; $mail{smtpSender} = ''; These are the same lines I am using on another server running webwork where the email system is working. Im not sure what to put for smtpSender, I will check with my IT department contact. So at this point I need some more direction on how to fix my email.