Forum Discussion
Email configuration will not allow me to deselect send secure email
The on premises Power BI Report Server configuration will not allow me to deselect the "use secure connection:" check box. The subscription will run and send the email to the Outlook secure connection port instead of the basic connection port. How do I get the email to send to the basic connection port?
Thank you very much for the reply. I will perform the fix.
2 Replies
- AnonymousNot applicable
Hi marksmithne,
Thanks for reporting this, it seems like a bug and will confirm and fix in next release. In the meantime, you can manually change this by open rsreportserver.config (<root>\Microsoft Power BI Report Server\PBIRS\ReportServer\), find the following line and change "True" to "False":
<SMTPUseSSL>True</SMTPUseSSL>
Then restart the server.
- marksmithneNew Member
Thank you very much for the reply. I will perform the fix.