search for: checked_this_admin_user

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

2008 Jun 23
1
ActionMailer Fails To Send Emails Post Authentication
...hentication 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 => 25, :domain => "localhost", :authentication => :login, :user_name =>...