In your config/environments/development.rb, have you configured things properly for ActionMailer ? What is your config for config.action_mailer.raise_delivery_errors ? it should be set to true for it to report errors. You will have to give more details regarding your mail server as well...
Thanks & Regards, Dhruva Sagar. On Sat, Dec 5, 2009 at 8:14 AM, Paulo Coutinho <[email protected]> wrote: > I have application that i send email normal with native ruby. > > But when i execute the sample application with jruby, it dont send email > and dont get error. > > What can be wrong? > > -- > Atenciosamente, > Paulo Coutinho. > Blog: www.prsolucoes.com/blog > Site: www.prsolucoes.com > Msn: [email protected] > > -- > 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]<rubyonrails-talk%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > -- 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.

