[Radiant] mailer_behavior_test
Joseph Banks
jbanks at ambitiouslemon.com
Sun Nov 12 15:23:38 CST 2006
Todd McGrath wrote:
> Trying to debug why the mailer_behavior isn't working for me...
I too have been playing around with a non-functional mailer behavior.
Its hard to tell for sure from the list, but the impression I get is
that no one can get the mailer behavior to work with the latest version
of radiant.
Sounds like people are having the same issue. Not forwarding to redirect
page and not sending mail, and no errors of any sort reported or logged.
Changing the environment.rb file to not exclude ActionMailer DOESNT'T
seem to fix it but has been suggested as a fix by some people on the
list:
# Skip frameworks you're not going to use
config.frameworks -= [ :action_web_service, :action_mailer ]
to
# Skip frameworks you're not going to use
config.frameworks -= [ :action_web_service ]
Please share the results from your logging and any fixes you develop.
--
Posted via http://www.ruby-forum.com/.
More information about the Radiant
mailing list