search for: accessrequestscontrol

Displaying 1 result from an estimated 1 matches for "accessrequestscontrol".

2008 Jun 23
1
ActionMailer Fails To Send Emails Post Authentication
...he error No connection could be made because the target machine actively refused it. - connect(2) (see details in the attached text file) Now when I try to run the same application on the local machine (Dev) with a local mail server running on it I get the error : Net::SMTPAuthenticationError in AccessrequestsController#create 535 Authentication Failed (see details in the text file attached). The actionmailer settings for production are : ActionMailer::Base.smtp_settings = { :address => "localhost", :port => 25, :domain => "letter4sure.com", :authentication => :login, :user...