Hi.

I have just installed the Mailer behaviour for Radiant CMS.

My hosting is with A Small Orange.

When trying to test the form I get the error:

"Error encountered while trying to send email. 550 Administrative
prohibition"

I have added the config part to the page and also in the environment.rb
file I added the code shown below (obviously with my own settings):

ActionMailer::Base.server_settings = {
   :address  => "mydomain.com",
   :port  => 25,
   :domain  => 'mydomain.com',
   :user_name  => "username",
   :password  => '****',
   :authentication  => :login
}

Any ideas?

-- 
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