[Rails-core] Re: ActionMailer Outside Rails

2009-10-07 Thread GregD
I will see how much further I get and then maybe put a sampe out some place on: "Howto: Use ActionMailer outside rails" All, I can say is sorry for my stupidity. --GregD On Oct 7, 12:48 pm, GregD wrote: > Okay, I tried to add a controller but don't know how to outside of >

[Rails-core] Re: ActionMailer Outside Rails

2009-10-07 Thread GregD
nPack, etc.? Or, do I just neet to initialize something? If someone could point me to some documentation that would be great. Later, GregD On Oct 7, 11:02 am, GregD wrote: > Thanks!  I can now set the template_root with > ActionMailer::Base.template_root=.  However, it still is not f

[Rails-core] Re: ActionMailer Outside Rails

2009-10-07 Thread GregD
from /home/gditric/sandbox/ffl/vendor/gems/1.9.1/gems/ actionmailer-2.3.4/lib/action_mailer/base.rb:395:in `method_missing' from ./ffl.rb:104:in `block in ' from ./ffl.rb:103:in `each' from ./ffl.rb:103:in `' Thanks again. I'm getting further...an

[Rails-core] ActionMailer Outside Rails

2009-10-06 Thread GregD
Hi everyone, Has anybody used ActionMailer outside rails? I have googled and found some things, but I can not seem to get it to work for a stand-alone app. The problem is setting the template_root. If I dont' set it, ActionMailer can not find my mail templates. If I try and set it, I get an u