From 3f7bfbc9d3de78762715dc1ea68291c3609aa5f8 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiftsis Date: Fri, 10 Jan 2014 23:49:35 +0200 Subject: [PATCH 1/2] * lib/net/smtp.rb: [DOC] Remove dead link to raa --- lib/net/smtp.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb index f49e38b..e127c3b 100644 --- a/lib/net/smtp.rb +++ b/lib/net/smtp.rb @@ -76,8 +76,9 @@ module Net # # This library does NOT provide functions to compose internet mails. # You must create them by yourself. If you want better mail support, - # try RubyMail or TMail. You can get both libraries from RAA. - # (http://www.ruby-lang.org/en/raa.html) + # try TMail or Mail or search for alternatives in + # {RubyGems.org}[https://rubygems.org/] or + # {The Ruby Toolbox}[https://www.ruby-toolbox.com/]. # # FYI: the official documentation on internet mail is: [RFC2822] (http://www.ietf.org/rfc/rfc2822.txt). # -- 1.7.10.4