Rails 3 - action mailer SocketError getaddrinfo No such host is known
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I've configured the action mailer as per http://edgeguides.rubyonrails.org/action_mailer_basics.html My Outgoing Mail Server: mail.xxxx.com (server requires authentication) port 26 and i've the following configuration in config\environments\development.rb config.action_mailer.raise_delivery_errors = true config.action_mailer.delivery_method = :smtp config.action_mailer.smtp_settings = { :address => "mail.xxxx.com", :port => 26, :domain => 'xxxx.com', :user_name => 'dev@xxxx.com', :password => 'dev123', :authentication => 'login', # :enable