sql server 2005 reporting services
I have created a report using sql server 2005 RS.Ive deployed it in the server(localhost).In the subscription section of the report manager ive mentioned a emailid to whom ive to send that particular report.Ive selected the report server email delivery method from the dropdown list in the the report manager.After entering the emailid and scheduling the report I pressed ok I found that the report was not delivered.Im getting this error.
Failure sending mail: The report server has encountered a configuration error. See the report server log files for more information.
I culdnt find anything in the log files.
Ive configured the RS config file(rsreportserver) as follows.
<SMTPServerPickupDirectory>c:\report</SMTPServerPickupDirectory>
<SendUsing>1</SendUsing>
<SMTPAccountName>sis\tbalaj</SMTPAccountName>
<SMTPServer></SMTPServer>(No need to give this it will take automatically the local SMTP exchange server name)
Still im getting the same error.
Can any1 help me as how to accomplish this?

