From 0c00050f84bbf301c63d7c11ffbefabe512455bc Mon Sep 17 00:00:00 2001 From: aamine Date: Wed, 22 Dec 1999 13:49:13 +0000 Subject: Version 1.1.2 o proxy, version 1 o use fullpath shvar git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/smtp.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/net/smtp.rb') diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index 8a16bc1724..b0f9b54b9a 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -58,10 +58,10 @@ Net::Session class SMTPSession < Session - Version = '1.1.1' + Version = '1.1.2' session_setvar :port, '25' - session_setvar :command_type, 'SMTPCommand' + session_setvar :command_type, 'Net::SMTPCommand' def sendmail( mailsrc, fromaddr, toaddrs ) -- cgit v1.2.3