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