Subject: | Not passing PORT parameter from smtp to Net::SMTP |
To enable connection on a port other than 25 the options list needs to read:
my @_net_smtp_opts = qw( Hello LocalAddr LocalPort Port Timeout
ExactAddresses Debug );