I have configure the SMTP Like below, but i need to give the "senduser" and "sendpassword" to it.
So i add the <senduser>username<senduser><sendpassword>password</sendpassword>
but i doesn't work.
Do u know about it ?
Thanks a lot?
<Extension Name="Report Server Email" Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider,ReportingServicesEmailDeliveryProvider"><Configuration><RSEmailDPConfiguration><SMTPServer>OWASERVER</SMTPServer><SMTPServerPort>25</SMTPServerPort><SMTPAccountName></SMTPAccountName><SMTPConnectionTimeout>60</SMTPConnectionTimeout><SMTPServerPickupDirectory></SMTPServerPickupDirectory><SMTPUseSSL>False</SMTPUseSSL><SendUsing>2</SendUsing><SMTPAuthenticate>1</SMTPAuthenticate><From>testuser@.test.com</From><EmbeddedRenderFormats><RenderingExtension>MHTML</RenderingExtension></EmbeddedRenderFormats><PrivilegedUserRenderFormats></PrivilegedUserRenderFormats><ExcludedRenderFormats><RenderingExtension>HTMLOWC</RenderingExtension></ExcludedRenderFormats><SendEmailToUserAlias></SendEmailToUserAlias><DefaultHostName></DefaultHostName><PermittedHosts></PermittedHosts></RSEmailDPConfiguration></Configuration></Extension>RS BOL seems to indicate that you should use sendusername and
senduserpassword
Have a look at "Configuring a Report Server for E-Mail Delivery" in BOL
--
HTH
Jasper Smith (SQL Server MVP)
I support PASS - the definitive, global
community for SQL Server professionals -
http://www.sqlpass.org
"Peter" <peterge@.benq.com> wrote in message
news:44481130-B0A1-49B0-B476-D6B823ABBDB9@.microsoft.com...
> I have configure the SMTP Like below, but i need to give the "senduser"
and "sendpassword" to it.
> So i add the
<senduser>username<senduser><sendpassword>password</sendpassword>
> but i doesn't work.
> Do u know about it ?
> Thanks a lot?
> <Extension Name="Report Server Email"
Type="Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider,Report
ingServicesEmailDeliveryProvider"><Configuration><RSEmailDPConfiguration><SM
TPServer>OWASERVER</SMTPServer><SMTPServerPort>25</SMTPServerPort><SMTPAccou
ntName></SMTPAccountName><SMTPConnectionTimeout>60</SMTPConnectionTimeout><S
MTPServerPickupDirectory></SMTPServerPickupDirectory><SMTPUseSSL>False</SMTP
UseSSL><SendUsing>2</SendUsing><SMTPAuthenticate>1</SMTPAuthenticate><From>t
estuser@.test.com</From><EmbeddedRenderFormats><RenderingExtension>MHTML</Ren
deringExtension></EmbeddedRenderFormats><PrivilegedUserRenderFormats></Privi
legedUserRenderFormats><ExcludedRenderFormats><RenderingExtension>HTMLOWC</R
enderingExtension></ExcludedRenderFormats><SendEmailToUserAlias></SendEmailT
oUserAlias><DefaultHostName></DefaultHostName><PermittedHosts></PermittedHos
ts></RSEmailDPConfiguration></Configuration></Extension>|||Dear Jasper,
Thank u!
But i have add it.still have the error.
<RSEmailDPConfiguration><SMTPServer>owa</SMTPServer><SMTPServerPort>25</SMTPServerPort><SMTPAccountName></SMTPAccountName><SMTPConnectionTimeout>60</SMTPConnectionTimeout><SMTPServerPickupDirectory></SMTPServerPickupDirectory><SMTPUseSSL>False</SMTPUseSSL><SendUsing>2</SendUsing><SMTPAuthenticate>1</SMTPAuthenticate><sendusername>username</sendusername><senduserpassword>password</senduserpassword><From>username@.tes.com</From><EmbeddedRenderFormats><RenderingExtension>MHTML</RenderingExtension></EmbeddedRenderFormats><PrivilegedUserRenderFormats></PrivilegedUserRenderFormats><ExcludedRenderFormats><RenderingExtension>HTMLOWC</RenderingExtension></ExcludedRenderFormats><SendEmailToUserAlias></SendEmailToUserAlias><DefaultHostName></DefaultHostName><PermittedHosts></PermittedHosts></RSEmailDPConfiguration>
If i use the VB , it's ok, can send mail, so i think not the STMP SERVER or Account problems.
Does any one know about it?
No comments:
Post a Comment