Re: [Radiant] Newsletter extension config

2008-06-01 Thread Andrew Neil
Thanks for a swift reply Andrea. I know that server_settings was renamed to smtp_settings with rails 2. Aha! With this in my environment.rb: config.action_mailer.smtp_settings = { :address => "smtp.gmail.com" :port => 587, :domain => "westportbookfestival.org", :authentication =>

Re: [Radiant] Newsletter extension config

2008-06-01 Thread Andrea Franz
> I gather that the default delivery method for action mailer is smtp. > Replacing the two lines of config given above with the following: > >config.action_mailer.delivery_method = :smtp > I didn't test the newsletter extensions with the new radiant yet. But I know that server_settings was ren

[Radiant] Newsletter extension config

2008-06-01 Thread Andrew Neil
I've just been trying out the newsletter extension (0.1.5 cloned from github) with radiant 0.6.7, and I've been running into some difficulties with its configuration. I have been able to make it work, with limited functionality, by setting the following in my config/environment.rb (within t