lib/net/smtp.rb in net-smtp-0.3.3 vs lib/net/smtp.rb in net-smtp-0.3.4

- old
+ new

@@ -184,10 +184,10 @@ # # CRAM MD5 # Net::SMTP.start('your.smtp.server', 25 # user: 'Your Account', secret: 'Your Password', authtype: :cram_md5) # class SMTP < Protocol - VERSION = "0.3.3" + VERSION = "0.3.4" Revision = %q$Revision$.split[1] # The default SMTP port number, 25. def SMTP.default_port