ubuntu, ror, jQuery, css, website memo
太嫩, 沒啥心得, 用來紀錄每天學的
2009年6月12日 星期五
rails 用gmail 寄信
How To: Use GMail as your mail server for Rails 2.0!
smtp_tls.rb incompatible with ruby 1.8.7
如果你是ruby 1.8.6 那麼你需要這個plugin
action_mailer_tls
Ruby 1.8.7 supports SMTP TLS and Rails 2.2.1 ships with an option to enable it if you're running Ruby 1.8.7.
ActionMailer::Base.smtp_settings = {
:address => "smtp.gmail.com",
:port => 587,
:authentication => :plain,
:enable_starttls_auto => true
:user_name: your_username@gmail.com
:password: h@ckme
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言