summaryrefslogtreecommitdiff
path: root/lib/net/smtp.rb
diff options
context:
space:
mode:
-rw-r--r--lib/net/smtp.rb2
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,
# end
#
# === Closing the Session