It's done.

i change two things

1] in enviorment.rb
ActionMailer::Base.delivery_method = :smtp

to

ActionMailer::Base.delivery_method = :sendmail

and

2] in config\environments\production.rb

uncomment following line

config.action_mailer.raise_delivery_errors = false
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to