views:

648

answers:

1

I installed the exception notification plugin from http://github.com/rails/exception_notification/tree/master

I can confirm that my ActionMailer is working as I received emails from other process. Although, I can see the notifier sending the email in the log (Sent mail to [email protected] ) and the email address was written correct, I didn't get any emails about the exceptions.

Any ideas?

Thanks

A: 

The problem been addressed, http://groups.google.com/group/rubyonrails-core/browse_thread/thread/eaf210a7d099ad57

I just copied the plugin from a old project, and it works fine straightaway.

Shuoling Liu