Ben Johnson
2006-Aug-24 21:08 UTC
[Backgroundrb-devel] ActionMailer doesn''t work in backgroundrb
I am pretty confident that mailers do not work in backgroundrb. Can anyone confirm this? Because when I try to do Notifier.deliver_some_method I get an error saying it cant find the templates for my email. The funny thing is that when I run script/ runner Notifier.deliver_some_method it works just fine. Any ideas? Thank You, Ben Johnson E: bjohnson at contuitive.com O: 800-341-6826 M: 817-229-4258 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20060824/9210b250/attachment.html
Klein, Michael
2006-Aug-25 13:19 UTC
[Backgroundrb-devel] ActionMailer doesn''t work in backgroundrb
I haven?t used ActionMailer much myself, but based on past experience with missing files and background processes, I?m guessing this is either a missing or mis-set RAILS_ROOT environment variable, or a permissions problem. On 8/24/06 5:08 PM, "Ben Johnson" <bjohnson at contuitive.com> wrote:> I am pretty confident that mailers do not work in backgroundrb. Can anyone > confirm this? Because when I try to do Notifier.deliver_some_method I get an > error saying it cant find the templates for my email. The funny thing is that > when I run script/runner?Notifier.deliver_some_method it works just fine. Any > ideas? > > > > Thank You, > Ben Johnson > E: bjohnson at contuitive.com > O: 800-341-6826 > M: 817-229-4258 > > > > > > > _______________________________________________ > Backgroundrb-devel mailing list > Backgroundrb-devel at rubyforge.org > http://rubyforge.org/mailman/listinfo/backgroundrb-devel-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20060825/c4163a51/attachment.html