How to use gmail account for ssrs email subscription

前端 未结 3 969
闹比i
闹比i 2021-02-06 15:59

I have a report using SSRS 2008 R2, I want to subscribe to this report using the \"email\" option. I have configured the settings in the reporting services mana

3条回答
  •  时光取名叫无心
    2021-02-06 16:31

    I was having a problems getting SSRS 2017 to connect. I tried a dozen different suggestions and ended up with the following. I didn't need to setup the SMTP relay or SMTP service on the windows server.

    Open Reporting Services Configuration Manager. Go to E-mail Settings >>>

    • Sender Address: [user]@gmail.com (or your G-Suite domain)
    • Current Delivery Method: Use SMTP server
    • SMTP Server: smtp.gmail.com
    • Authentication= "Username and password (basic)"
    • Username: [user]@gmail.com (or your G-Suite domain)
    • Password
    • Confirm Password
    • Use Secure Connection: Checked

    Now go to the rsreportserver.config file. Mine was located at C:\Program Files\Microsoft SQL Server Reporting Services\SSRS\ReportServer\rsreportserver.config

    Find the and set to 587

    Save rsreportserver.config

提交回复
热议问题