A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Hi Ann,
Welcome to Microsoft Q&A Forum!
This is the standard SSRS “wrapper” error. It does not tell the real cause. After Sweet32 remediation, this means TLS negotiation failed when SSRS tried to talk to the SMTP server.
The real reason why the error occurs lies in the SSRS logs.
Check the log file:
C:\Program Files\Microsoft SQL Server\MSRS*\Reporting Services\LogFiles\ReportServerService*.log
If you see key words like:
SMT, TLS, SSL, STARTTLS, connection was forcibly closed, authentication failed.
All of these indicate TLS handshake failure, not an SSRS bug.
Refer- https://windowsreport.com/ssrs-not-sending-emails/
If this still doesn't help, try to attach the log file so that we can assist you better.
Thank You
Shruti