You must Sign In to post a response.
Category: General
#753699
Hi,
Please go through the below MSDN article and see if it helps.
blogs.msdn.com/b/mariae/archive/2013/01/04/configuring-reporting-services-to-send-email-subscriptions-outside-the-organization.aspx
Separate solution is given for different errors so please read completely.
'
Regards,
Asheej T K
Please go through the below MSDN article and see if it helps.
blogs.msdn.com/b/mariae/archive/2013/01/04/configuring-reporting-services-to-send-email-subscriptions-outside-the-organization.aspx
Separate solution is given for different errors so please read completely.
'
Regards,
Asheej T K
#753730
I assume this is some thing related with the SMTP server configuration. This Error occurred when the server is unable to send a first Helo command.
In the rsreportserver.config file (<Drive where SLQ Installed>:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer):
change <SMTPServer>yourserver</SMTPServer> with the IP of the machine where you just setup the SMTP server.
Change this with your email <From>noreply@somthing.com</From>
Change this to false <SendEmailToUserAlias>False</SendEmailToUserAlias>
Finally, add the permitted host (your domain):
<PermittedHosts>
<HostName>yourwebsite.com</HostName>
</PermittedHosts>
I hope this helps
Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM
In the rsreportserver.config file (<Drive where SLQ Installed>:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer):
change <SMTPServer>yourserver</SMTPServer> with the IP of the machine where you just setup the SMTP server.
Change this with your email <From>noreply@somthing.com</From>
Change this to false <SendEmailToUserAlias>False</SendEmailToUserAlias>
Finally, add the permitted host (your domain):
<PermittedHosts>
<HostName>yourwebsite.com</HostName>
</PermittedHosts>
I hope this helps
Thanks & Regards
Anil Kumar Pandey
Microsoft MVP, DNS MVM
Return to Return to Discussion Forum
