On Mar 5, 12:14 pm, Bigos <ruby.obj...@googlemail.com> wrote:
> I have managed to make it work. After changing config/environments/
> development.rb to look like:
>
> config.action_mailer.raise_delivery_errors = true
> config.action_mailer.perform_deliveries = true
>
> config.action_mailer.delivery_method = :sendmail ####
>
> Now everything works fine on my system. Adding config line marked with
> '####'  to make rails use :sendmail and restarting mongrel made
> everything work perfectly.

Yah. I left that one for you to find yourself. Good job!

Glad it's working for you now. I hope your experience with Rails is
less frustrating from now on. When I first came to Rails about 3 years
ago, it took me a couple of months to get my head wrapped around both
Ruby and Rails. But once I did, I really felt at home and became a
much happier programmer :)

Peace,
Phillip

-- 
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-t...@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