> I've been using Mail::Sender and looked at Net::SMTP -
> is there a way or any other modules to use another
> port besides port 25?  My isp has shut 25 down.

Looking at the source of the module, it looks like you can define it in your
new() statement:

$smtp = Net::SMTP->new('mailhost', Port => 12345);
_______________________________________________
Perl-Win32-Users mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to