summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/smtp.rb')
-rw-r--r--lib/net/smtp.rb4
1 files changed, 2 insertions, 2 deletions
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 )