SSRS subscription - picking up network id instead of email address

  • Hi,

    SSRS subscription - picking up network id instead of email address

    http://www.sqlservercentral.com/Forums/Attachment18793.aspx

    Basically in "To:" it should pick up abc@email.com for that user (network id: networkid123)

    How to change the default config setting.

    Thanks in advance.

    Regards,

    Monil

  • set this line as below :

    SendEmailToUserAlias>False</SendEmailToUserAlias>

  • It didn't work as intended. It is now coming as blank (nothing) field.

    It is not picking up email address.

  • You can't have SSRS default to an exchange alias. It uses the alias against the AD account. Changing that setting to false opens up the to box to allow users to enter an email address. If set to true then standard uses can't enter anything in the to line - it defaults to their alias.

    If you have SendEmailToUserAlias set to false you can use the permitted hosts config to limit where the emails can be sent to.

  • @SSC-Addicted- Then how to default to email address for that AD alias?

    For Example: Username: <domain-name>\<network-id> (dnid123)

    Now when I click on subscribe then it picks up as SendTo="nid123" but I want it as <firstname>.<lastname>@<domain-name>.com (firstname.lastname@domain.com)

    So is there any AD setting I need to do?

    Thanks for your responses.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply