Hi, i've just installed exception notifier, set in the enviroment.rb (i've tried also in an inizializer file and in production.rb in the enviroments folder)
ExceptionNotifier.exception_recipients = %w([email protected]) ExceptionNotifier.sender_address = %("Application Error" <[email protected]>) ExceptionNotifier.email_prefix = "[ERROR] " and in the application controller include ExceptionNotifiable local_addresses.clear (i've tried with and without this) deployed the app online with apache+passenger in production env, i went to a page which thrown an error, but i didn't got any email. The app itself can send emails (i use postfix, and for other emails from the same app it works) Any idea why it doesn't work? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

