diff options
-rw-r--r-- | lib/net/smtp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |