Allowing Users To Edit Destination Email Address in Reporting Services
When users subscribe to a report via email in Reporting Services the destination email address field defaults to their username and is read-only. If the SMTP server that you’re using won’t accept emails for plain usernames then you will have to allow users to enter their full email address when subscribing to a report.
To do this:
-
Edit %ProgramFiles%\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\rsreportserver.config.
- Locate <SendEmailToUserAlias>True</SendEmailToUserAlias> and change True to False.
- Save the file and restart the ReportServer service.
