From: Satish Talim Date: 2006-07-31T17:34:08+09:00 Subject: Re: TCPSocket and RFC 821 ------=_Part_64727_17438213.1154334844261 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Here's my Telnet session using 1st SMTP server. ---------------------------------- 220 Welcome to the 1st SMTP Server HELO 250 Hello MAIL FROM: 250 satish@puneruby.com Address Okay RCPT TO: 250 satish.talim@gmail.com Address Okay DATA 354 Start mail input; end with . This is the Telnet transcript For Ruby Talk . ---------------------------------- After this no progress. On 7/31/06, Francis Cianfrocca wrote: > > Satish Talim wrote: > > I used Telnet and it got stuck when I typed . to stop the DATA. What > > change > > do I need to make in the TCPSocket code for authentication? > > What does "got stuck" mean? Did it give an error message? Did it close > the connection? Did it hang? Show us a screenshot of the telnet > conversation. > > -- > Posted via http://www.ruby-forum.com/. > > -- Satish Talim http://www.puneruby.com/blog/ ------=_Part_64727_17438213.1154334844261--