Re: [Radiant] Mailer Behavior on ASmallOrange

2007-01-05 Thread BJ Clark
Sean, Here's what I have in config/environment.rb: ActionMailer::Base.server_settings = { :address => "domain.com", :port => 25, :domain => 'domain.com', :user_name => "[EMAIL PROTECTED]", :password => 'password', :authentication => :login } (obviously this is obfuscated) I have t

Re: [Radiant] Mailer Behavior on ASmallOrange

2007-01-05 Thread Sean Cribbs
BJ, Make sure you have set the ActionMailer settings in config/environment.rb or config/environments/production.rb . You might need to set an SMTP server to use, rather than sendmail. Sean On 1/4/07, BJ Clark <[EMAIL PROTECTED]> wrote: Anyone got the Mailer Behavior to work on ASmallOrange.c