From: Sean O'Dell Date: 2002-03-02T13:07:36+09:00 Subject: Net::SMTP ECONNREFUSED I'm trying to use the Net:::SMTP object with the following code, but I keep getting connection refused (ECONNREFUSED): smtp = Net::SMTP.new smtp.start("celsoft.com") That's there is to it, the exception throws at the second line. To make sure I could connect to the server, I telnetted to port 25 and sent myself email just typing in SMTP commands and I had no problem. Anyone have any idea what could cause this? Sean