sqlserver資料庫郵件
❶ sql 2008 R2 資料庫郵件正常 報表訂閱無法發送郵件
我的理解是你發送郵件訂閱報錯了,是吧,
這種錯誤通常當 SMTP 伺服器上的安全策略設置僅允許經過身份驗證的用戶提交郵件以進行後續傳遞時,會出現此錯誤。如果 SMTP 伺服器不接受匿名用戶的電子郵件提交,則請與系統管理員聯系以獲取使用伺服器的許可權。
如果將 Exchange Server 名稱指定為 SMTPServer,則也會發生此錯誤。若要使用 Exchange 伺服器傳遞電子郵件,必須指定為 Exchange 伺服器配置的 SMTP 網關的名稱。請與 Exchange 管理員聯系獲取此信息。
打開 Reporting Services Configuration Management:
Change the Reporting Services Windows account to be a account(e.g. Domain Account), which has permissions to send mails via the SMTP server.
Open rsreportserver.config with TextEditor(e.g. 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.
https://technet.microsoft.com/zh-cn/library/ms159171(v=sql.105).aspx
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/ab8ab29e-640b-4114-bde3-9a532c53700b/unable-to-send-email-through-ssrs?forum=sqlreportingservices