Re: Net::SMTP change port

2004-11-19 Thread Wiggins d Anconia
> I am using Net::SMTP to send mails to an SMTP server. > If the server is running on a non std port how do I send mails to this > port > > Thanks > Ram You should be able to tack on the port with a colon for the host during object construction. The host gets passed through to IO::Socket::INET w

Net::SMTP change port

2004-11-19 Thread Ramprasad A Padmanabhan
I am using Net::SMTP to send mails to an SMTP server. If the server is running on a non std port how do I send mails to this port Thanks Ram -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]