Hatena::Diary

ζ*’ワ’)ζ<ちれすですの! RSSフィード

2010-08-07

[] Rails 3.0 でメールの送信に Gmail を使う

config/environments/development.rb に以下を書くだけ。

  config.action_mailer.default_url_options = { :host => "localhost", :port => 3000 }
  config.action_mailer.delivery_method = :smtp
  config.action_mailer.smtp_settings = {
    :address => "smtp.gmail.com",
    :port => 587,
    :domain => 'example.com',
    :user_name => "FOO@example.com",
    :password => "PASSWORD",
    :authentication => 'plain',
    :enable_starttls_auto => true,
  }

はてなユーザーのみコメントできます。はてなへログインもしくは新規登録をおこなってください。

トラックバック - http://d.hatena.ne.jp/babie/20100807/1281141307
おとなり日記