search for: send_acp_announce

Displaying 1 result from an estimated 1 matches for "send_acp_announce".

2006 Jan 16
1
ActionMailer Funkiness
...ing on the production box. Well, it wasn''t. Here''s the setup. I have a method in my Statistic model that send the mail through a method in a mailer. I am using script/runner to send this mail periodically. When I use this: ----- script/runner -e development "Statistic.send_acp_announce" ----- I get no errors, but no mail is ever sent. When I use this: ----- script/runner -e production "Statistic.send_acp_announce" ----- I get this: ----- /usr/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/runner.rb:27: / usr/lib/ruby/1.8/net/protocol.rb:83:in `initialize'...