Skip Menu |

This queue is for tickets about the MIME-Lite CPAN distribution.

Report information
The Basics
Id: 21156
Status: resolved
Priority: 0/
Queue: MIME-Lite

People
Owner: Nobody in particular
Requestors: johnday [...] wordsnimages.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 3.01_05
Fixed in: (no value)



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 );
resolved by reporter's patch -- rjbs