check_auth_continue:504 5.7.4无法识别的身份验证类型(Net :: SMTPSyntaxError)

时间:2012-06-05 10:34:12

标签: ruby-on-rails ruby

我有一个简单的脚本,通过ruby中的gmail smtp服务器发送邮件,现在我必须将脚本移动到微软交换服务器,我不断收到上述错误,请我帮忙谢谢,

我在irb中尝试了以下内容,但也失败并出现上述错误:

Net::SMTP.start('your.smtp.server', 25, 'mail.from.domain','Your Account', 'Your Password', :login)

1 个答案:

答案 0 :(得分:0)

基于Google,您必须启用基本身份验证才能使用您的脚本:

http://social.technet.microsoft.com/Forums/da-DK/exchangesvradmin/thread/0abab2e0-e8ca-4e07-a095-ca4f55015884