DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=37770>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=37770 ------- Additional Comments From [EMAIL PROTECTED] 2007-03-01 20:46 ------- I saw this error in my new environment. The cause of my error was by the ExceptionNotifier.exception_recipients = $exception_recipients line in the environment.rb which calls the smtp.rb. This was hanging due to environment restrictions. I added ActionMailer::Base.server_settings = { :address => 'somemachine', :domain => 'somedoamin.com', :port => 25, :user_address => '[EMAIL PROTECTED]', :user_name => 'someuser', :password => 'somepassword', :authentication=>:login } to the production.rb and the problem was resolve. Didn't happen much since we write such good code. ;) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
