diff options
author | Xavier Noria <fxn@hashref.com> | 2009-07-08 23:25:02 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2009-07-08 23:25:02 +0200 |
commit | af29eeeafd7c1c2b799525e51980407978e3c338 (patch) | |
tree | 196949da4e88f9bfaa3ab782ad0033674d79be58 /railties/guides | |
parent | 8c7300ed5662810727d166081641b4edfed9f37c (diff) | |
download | rails-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')
-rw-r--r-- | railties/guides/source/action_mailer_basics.textile | 4 |
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 = { |