Sirs:
I have a new SSRS 2012 install on Server 2008. I'm trying to configure it to email reports but everything that I try fails with the same error:
Failure sending mail: Unknown ErrorMail will not be resent.
I have installed SMTP on the machine and have it configured to allow NT AUTHORITY\NETWORK SERVER (the SSRS user account) to send mail. I configured that account to have rights to the c:\inetpub directory
I have SSRS configured to use 'remote SMTP service', I've configured the SSRS config file as you see below. No matter what I try, I get nothing. The log file is not any help
Can anyone help?
Log:
emailextension!WindowsService_69!914!08/14/2012-22:07:12:: e ERROR: Error sending email. Exception: System.Runtime.InteropServices.COMException (0x80040605): Unknown Error
at ReportingServicesCDOInterop.MessageClass.set_HTMLBody(String pHTMLBody)
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.AddContent(MailMessage message, Encoding encoding, String content)
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.EmbedReport(MailMessage message, RenderedOutputFile[] reportData, Notification notification, SubscriptionData data)
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.ConstructMessageBody(MailMessage message, Notification notification, SubscriptionData data)
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.CreateMessage(Notification notification)
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
<RSEmailDPConfiguration>
<SMTPServer>myServer09</SMTPServer>
<SMTPServerPort>
</SMTPServerPort>
<SMTPAccountName>
</SMTPAccountName>
<SMTPConnectionTimeout>
</SMTPConnectionTimeout>
<SMTPServerPickupDirectory></SMTPServerPickupDirectory>
<SMTPUseSSL>
</SMTPUseSSL>
<SendUsing>2</SendUsing>
<SMTPAuthenticate></SMTPAuthenticate>
<From>steve@myDomain.com</From>
<EmbeddedRenderFormats>
<RenderingExtension>MHTML</RenderingExtension>
</EmbeddedRenderFormats>
<PrivilegedUserRenderFormats>
</PrivilegedUserRenderFormats>
<ExcludedRenderFormats>
<RenderingExtension>HTMLOWC</RenderingExtension>
<RenderingExtension>NULL</RenderingExtension>
<RenderingExtension>RGDI</RenderingExtension>
</ExcludedRenderFormats>
<SendEmailToUserAlias>False</SendEmailToUserAlias>
<DefaultHostName></DefaultHostName>
<PermittedHosts>
</PermittedHosts>
</RSEmailDPConfiguration>
In His service,
Steve Gray MCDBA
Vice President, 4Penny.net
www.4penny.net
www.devshed.us - Coding blog