Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
guywonderer
Starting Member
1 Post |
Posted - 2007-03-14 : 00:53:52
|
I have a report server set with an smtp account with Alias set to False but will not allow me to send e-mail outside the network. E-mail report delivery works fine to any e-mail with @mycompany.com but to an e-mail like @hotmail.com it gets rejected saying e-mail not recognized. I tried all config possibilities know to this man but nothing works. If long into the smtp server itself I can send e-mails outside of company. I'm thinking it may require a password from SSRS config but there is no place to put one. Any one know how to config SSRS to deliver e-mails to any and all e-mails accounts? |
|
jhermiz
3564 Posts |
Posted - 2007-03-15 : 08:39:22
|
SSRS uses windows authentication so it does not recognize anything out of your windows active directory.Programmers HowTo's -- [url]http://jhermiz.googlepages.com[/url] |
 |
|
|
|
|