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/.
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to