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. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

