search for: emailpsswd

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

2006 Apr 16
2
newbie actionmailer question
...for my mail server: # Include your application configuration below ActionMailer::Base.server_settings = { :address => "http://mail.foo.com/", :port => 25, :domain => "http://www.foo.com", :user_name => "vince@foo.com", :password => "emailpsswd", :authentication => :login } In the development.rb file I set the mail warning to true after which I get this error when submitting the registration: getaddrinfo: Name or service not known I can post the full trace if it might be helpful. Did...