san
san

Reputation:

Report subscription for email delivery in SSRS

I have an SSRS report. I tried to create a subscription asking an email delivery of the report to my mail account, but it fails, giving this error message:

The email address of one or more recepients is not valid.

I have a Browser role.

Could anyone tell me the reason?

Upvotes: 1

Views: 5122

Answers (2)

nikolifish
nikolifish

Reputation: 512

I had some trouble with this initially too. My problem was I was delimiting email addresses with commas when SSRS wants semicolons.

Upvotes: 1

Nathan Griffiths
Nathan Griffiths

Reputation: 12771

There are a couple of issues that could cause this:

Using an e-mail alias in combination with Windows Vista or Windows Server 2008 (http://support.microsoft.com/kb/945601)

The Report Server does not have permission to relay e-mail through the Exchange Server (http://blogs.technet.com/jonathanalmquist/archive/2008/04/01/scheduled-reports-email-address-not-valid.aspx)

Upvotes: 1

Related Questions