I'm trying to configure Test::Reporter to send mail but I'm running into
stumbling blocks. I have Net::SMTP, Net::DNS and Mail::Send all
installed. I tried leaving smtp_server empty but I get an error
"Test::Reporter: Unable to connect to any MX's".
My ISP requires TSL so I can't use that SMTP server. Gmail requires TSL
so I can't use that SMTP server.
I have a third option if I can figure out how to configure it. My web
host provides me with an SMTP Relay *but* it uses port 80. I don't see
any way of overriding the default port 25 other than hacking the source
for Test::Reporter.
Does anyone have any ideas?
Thanks,
Matthew Musgrove