我的理解是你发送邮件订阅报错了,是吧,
这种错误通常当 SMTP 服务器上的安全策略设置仅允许经过身份验证的用户提交邮件以进行后续传递时,会出现此错误。如果 SMTP 服务器不接受匿名用户的电子邮件提交,则请与系统管理员联系以获取使用服务器的权限。
如果将 Exchange Server 名称指定为 SMTPServer,则也会发生此错误。若要使用 Exchange 服务器传递电子邮件,必须指定为 Exchange 服务器配置的 SMTP 网关的名称。请与 Exchange 管理员联系获取此信息。
打开 Reporting Services Configuration Management:
Change the Reporting Services Windows account to be a account(eg Domain Account), which has permissions to send mails via the SMTP server
Open rsreportserverconfig with TextEditor(eg notepad), change the SMTPAuthenticate to
<SMTPAuthenticate>2</SMTPAuthenticate>
Save the file, and then restart the Reporting Services
Now, we should be able to send mails
>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)