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 |
neostar
Starting Member
18 Posts |
Posted - 2005-04-06 : 09:21:10
|
I would like to use the subscription system to email a report to an external email address outside our company, however I get the error message "The e-mail address of one or more recipients is not valid."I'm telling the report server to use our dedicated exchange server rather than the basic smtp service.Is there anyway to configure the report server for external mailThanksDan |
|
jhermiz
3564 Posts |
Posted - 2005-04-06 : 14:34:18
|
How are you passing the emails. User names or names for that matter cannot be transformed in exchange server without being in the address list. Meaning, internally you can do: jdoe for (jdoe@blah.com) and it works but how are you passing external emails to the app. The subscription service, should allow you to type in the email addresses you would like the report to go to. Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]Imperfection living for perfection -- [url]http://jhermiz.blogspot.com/[/url] |
 |
|
neostar
Starting Member
18 Posts |
Posted - 2005-04-07 : 03:49:07
|
Basically when I setup reporting services the installer asked for the name of an email server so I put in wslserver1 as that is the name of our exchange 5.5 server.Now I can send report subscriptions internally fine providing I type the full address in e.g Dan.H@there.com, if I type the alias in Dan H it will fail to send.However I can't send reports to external addresses even if I type the full address in.Dan |
 |
|
|
|
|