`

Connection refused - connect(2) smtp_tls.rb for cruisecontrol.rb

阅读更多
Build Changeset
This is the first build
Plugin Errors
Connection refused - connect(2) at ./lib/cruise_control/../../script/../config/../lib/cruise_control/../../script/../config/../lib/smtp_tls.rb:68:in `initialize'


解决方案:
vi /home/agideo/projects/cruisecontrol-1.4.0/config/site_config.rb

ActionMailer::Base.smtp_settings = {
  :address => "127.0.0.1",
  :port    => 25,
  :domain =>  "cc.**.com"
}

0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics