CruiseControl.rb:插件 EmailNotifier 错误:501 5.1.7 发件人地址语法错误?

发布于 2024-08-31 06:55:03 字数 926 浏览 5 评论 0原文

我似乎无法弄清楚这一点。我在 Cruisecontrol.rb 中设置了我的电子邮件地址,但无论我如何设置,它总是给我这个错误。

当前设置为:

project/cruise_config.rb:

project.email_notifier.emails = [' [电子邮件受保护]']

project.email_notifier.from = '[电子邮件受保护]'

site_config.rb:

ActionMailer::Base.smtp_settings = { :地址=> “本地主机”, :域=> “myemail.com”, }

我什至尝试过

ActionMailer::Base.delivery_method = :sendmail

Configuration.email_from = '[电子邮件受保护]'

对于为什么我的巡航控制无法发送电子邮件有什么想法吗?谢谢!

贾斯汀

I can't seem to figure this out. I setup my email address in cruisecontrol.rb but no matter how I set it, it always gives me this error.

Current settings are:

project/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",
}

I've even tried

ActionMailer::Base.delivery_method = :sendmail

Configuration.email_from = '[email protected]'

Any thoughts as to why my cruisecontrol can't send an e-mail? Thanks!

Justin

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不再让梦枯萎 2024-09-07 06:55:03

显然,所需要的只是重新启动系统。太奇怪了。

Apparently all the system needed was a reboot. Totally weird.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文