Re: [Radiant] Mailer extension

2012-10-25 Thread Marshal Linfoot
Hi Benny.

Turns out the problem was me :(

I was evaluating another mailer extension (forms/forms_mailer) and although
I had run the migrations to revert the database, I neglected to remove the
code from ../vendor/extensions. Duh!

Apologies for using this mailing list for something so trivial.
--
marshal



On Tue, Oct 23, 2012 at 4:23 PM, Benny Degezelle be...@gorilla-webdesign.be
 wrote:

 Hi Marshal,

 You're welcome!
 Be sure to let us know what caused the issue when you find out.

 Cheers,
 Benny



Re: [Radiant] Mailer extension

2012-10-23 Thread Marshal Linfoot
Mandeep and Jim, thanks for responding.

Jim, I don't see anything in the radiant log or the webserver (nginx, in
this case) logs. The error message only appears in the browser window when
I visit the mailer form page. Is there some way to get more verbose logging
from radiant?

Mandeep, I think the link you sent would be an excellent reference for
someone programming/developing an actionmailer application, but all I'm
trying to do is use one that someone else has written. I'm not a Ruby
programmer, just someone hoping to use the radiant-mailer-extension on a
radiant site.
--
marshal


Re: [Radiant] Mailer extension

2012-10-23 Thread Marshal Linfoot
Thanks again, Benny.

environment.rb has config.frameworks -= [  ] so that's not it. I'll keep
looking for the conflicting Mail class and also try running in development
mode.

Thanks for all your help.
--
marshal


Re: [Radiant] Mailer extension

2012-10-22 Thread Mandeep Kaur
On Tue, Oct 23, 2012 at 1:04 AM, Marshal Linfoot mlinf...@gmail.com wrote:
 I have been trying for the past few days to get the mailer extension working
 on a radiant site and have hit a dead-end. I get a undefined method
 `valid_config?' for Mail:Class error message when trying to display the
 form. I've tried a number of ideas that I found from searching the net, but
 nothing has worked so far. Wondering if any of the radiant gurus might have
 some suggestions for troubleshooting and fixing this.


Check following link:
http://api.rubyonrails.org/classes/ActionMailer/Base.html

Hope this will help you.

-- 
Mandeep Kaur
http://mandeepsimak.wordpress.com/