2010-05-07 53 views
0

我似乎无法弄清楚这一点。我在cruisecontrol.rb中设置了我的电子邮件地址,但无论我如何设置,它总是给我这个错误。CruiseControl.rb:插件EmailNotifier中的错误:501 5.1.7错误的发件人地址语法?

目前的设置是:

项目/ cruise_config.rb:

project.email_notifier.emails = ['[email protected]']

project.email_notifier.from = '[email protected]'

site_config.rb:

ActionMailer::Base.smtp_settings = { :address => "localhost", :domain => "myemail.com", }

我甚至试过

ActionMailer::Base.delivery_method = :sendmail

Configuration.email_from = '[email protected]'

任何想法,为什么我的CruiseControl的不能发送电子邮件?谢谢!

贾斯汀

回答

0

显然所有需要的系统是重新启动。非常奇怪。