I try to run this code:
pop = Net::POP3.start(“mta.algx.net”,“myname”,“mypass”) { |pop| }
And I get this error:
SocketError: getaddrinfo: servname not supported for ai_socktype.
Any ideas? I’m running 1.8.1 on Windows XP (via RubyInstaller)
I try to run this code:
pop = Net::POP3.start(“mta.algx.net”,“myname”,“mypass”) { |pop| }
And I get this error:
SocketError: getaddrinfo: servname not supported for ai_socktype.
Any ideas? I’m running 1.8.1 on Windows XP (via RubyInstaller)