diff options
-rw-r--r-- | lib/net/https.rb | 2 | ||||
-rw-r--r-- | lib/net/smtp.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -71,7 +71,7 @@ It can be replaced by the following code: : verify_mode, verify_mode=((|mode|)) Sets the flags for server the certification verification at - begining of SSL/TLS session. OpenSSL::SSL::VERIFY_NONE or OpenSSL::SSL::VERIFY_PEER is acceptable. : verify_callback, verify_callback=((|proc|)) @@ -118,7 +118,7 @@ module Net # Net::SMTP.start('your.smtp.server', 25) do |smtp| # smtp.send_message msgstr, # '[email protected]', - # '[email protected]' # end # # === Closing the Session |