Hello,
I’ m using data driven subscription to deliver report (By email)to more than 100 persons.
In the rsreportserver.config I have specified a remote SMTP server and use the SSRS service account which is habilitated to send Email in a authenticated mode.
Everything works fine but I need to configure another sender different than the ssrs service account user but also in an authenticated mode but this not work and I have this message in ssrs log.
"Failure sending mail: Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender, DeliveryExtension: Report Server Email, Report: ….."
I have also tried to remove the authentication mode for this account but report is not sent if the number of sender is out more than 20 users .
(Receive Connector for exchange server is configured to unlimited)
"library!WindowsService_0!182c!11/21/2013-17:59:02:: i INFO: Initializing EnableExecutionLogging to 'True' as specified
in Server system properties.
emailextension!WindowsService_0!182c!11/21/2013-18:00:42:: e ERROR: Error sending email. Exception: System.Net.Mail.SmtpException: The operation has timed out.
at System.Net.Mail.SmtpClient.Send(MailMessage message)
at Microsoft.ReportingServices.EmailDeliveryProvider.EmailProvider.Deliver(Notification notification)
notification!WindowsService_0!182c!11/21/2013-18:00:42:: i INFO: Notification 65b8c42c-c01d-4221-917a-f47d55ae7d1d completed. Success: True, Status: Failure sending mail: The operation has timed out.Mail will not
be resent., DeliveryExtension: Report Server Email, Report: 180°_008_Advertiser Creations Notification, Attempt 0"
My questions are:
-How could I configure an another account different than the ssrs service account but in a authenticated Mode.
-How could i configure an another account different than the ssrs service account in anonymous but without the limitation of 20 receivers.
Thanks for any help :-)
Wahid