From: gregarican Date: 2006-03-10T03:43:43+09:00 Subject: Re: Can't get net/smtp to send outside of LAN? John N. Alegre wrote: > I am trying to use net/smtp to send a mail message. What I am finding is > that I can send a email message on the LAN but it never gets out to the > world. What am I missing? I think you are forgetting login credentials such as ....acct="username", passwd="password", authtype=:login as part of the instance's construction.