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 my@email.address ) and the email address was written correct, I didn't get any emails about the exceptions.
Any ideas?
Thanks
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.