search for: letter4sure

Displaying 2 results from an estimated 2 matches for "letter4sure".

2008 Jun 23
1
ActionMailer Fails To Send Emails Post Authentication
...ror : 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_name => "CHECKED_THIS_ADMIN_USER/PWD_IT_WORKS", :password => "CHECKED_THIS_ADMIN_USER/PWD_IT_WORKS" } For the local machine it is : ActionMailer::Base.smtp_settings = { :address => "localhost", :port =>...
2008 May 08
5
Simple Generated Component Suddenly Gives Errors
What am I doing wrong here when I wrote a very simple component so : C:\ruby\letter4sure>ruby script\generate scaffold pso_printers printing_setting_id:integer pso_id:integer exists app/models/ exists app/controllers/ exists app/helpers/ create app/views/pso_printers ... Then I did a rake db:migrate And then I simply went to take a look at the url for t...