I'm configuring SQL server 2005 reporting server to send emails outside the domain. I have followed the steps outlined at MS but have a question:

How can I supply a domain user to connect to the Exchange server in the same domain? I've tried

<SMTPAccountName>DOMAIN\User</SMTPAccountName>

in the rsreportserver.config.

link|improve this question
feedback

2 Answers

maybe you can find the answer here:
http://www.mssqltips.com/tip.asp?tip=1453

link|improve this answer
feedback

I'm not familar with how SQL Server 2005 interacts with SMTP, but for other apps they expect the mail account to be in smtp (email) format rather than LANMAN format.

If you've got a working AD tree this should be user@yourdomain.co.uk, failing that try using user@domain.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.