aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-07-08 23:25:02 +0200
committerXavier Noria <fxn@hashref.com>2009-07-08 23:25:02 +0200
commitaf29eeeafd7c1c2b799525e51980407978e3c338 (patch)
tree196949da4e88f9bfaa3ab782ad0033674d79be58 /railties/guides/source
parent8c7300ed5662810727d166081641b4edfed9f37c (diff)
downloadrails-af29eeeafd7c1c2b799525e51980407978e3c338.tar.gz
rails-af29eeeafd7c1c2b799525e51980407978e3c338.tar.bz2
rails-af29eeeafd7c1c2b799525e51980407978e3c338.zip
Action Mailer guide: revised a couple of links, thanks to Kyle Mathews
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/action_mailer_basics.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/action_mailer_basics.textile b/railties/guides/source/action_mailer_basics.textile
index 35f9722a98..2e7f0e7fed 100644
--- a/railties/guides/source/action_mailer_basics.textile
+++ b/railties/guides/source/action_mailer_basics.textile
@@ -371,9 +371,9 @@ ActionMailer::Base.default_charset = "iso-8859-1"
h4. Action Mailer Configuration for GMail
-Instructions copied from http://http://www.fromjavatoruby.com/2008/11/actionmailer-with-gmail-must-issue.html
+Instructions copied from "this blog entry":http://www.fromjavatoruby.com/2008/11/actionmailer-with-gmail-must-issue.html by Robert Zotter.
-First you must install the +action_mailer_tls+ plugin from http://code.openrain.com/rails/action_mailer_tls/, then all you have to do is configure action mailer.
+First you must install the "action_mailer_tls":http://github.com/openrain/action_mailer_tls plugin, then all you have to do is configure Action Mailer:
<ruby>
ActionMailer::Base.smtp_settings = {