Alternatives for SSRS Email Subscriptions After SMTP Deprecation in March 2026

Cristopher Aguilera 131 Reputation points
2025-10-17T08:47:35.86+00:00

Hi everyone,

We’re currently using SQL Server Reporting Services (SSRS) v15.0 with SMTP for email subscriptions. I’ve seen that Microsoft is disabling SMTP in March 2026, which means our SSRS subscriptions will no longer be able to send email notifications once that happens.

Since SSRS is a Microsoft product, I’d like to know what options or alternatives Microsoft recommends to continue delivering reports and alerts to users after SMTP is disabled.

Are there any planned updates or new delivery methods for SSRS subscriptions?

  • Is there a supported alternative?

Has anyone implemented a workaround or integration to replace SMTP-based delivery?

Any guidance or best practices from Microsoft or the community would be greatly appreciated.

Thank you!

<PII removed>

Exchange | Other
Exchange | Other
A powerful email and collaboration platform developed by Microsoft, designed to support enterprise-level communication and productivity. Miscellaneous topics that do not fit into specific categories.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Kudos-Ng 7,620 Reputation points Microsoft External Staff Moderator
    2025-10-17T09:50:56.1066667+00:00

    Hi Cristopher Aguilera,

    Thank you for posting your question in the Microsoft Q&A forum. 

    Please note that our forum is a public platform, and we will modify your question to hide your personal information in the description. Kindly ensure that you hide any personal or organizational information the next time you post an error or other details to protect personal data.

    Currently, Microsoft has not announced any official update to SSRS to support OAuth or new built-in delivery methods. The supported approach remains using SMTP relays or custom delivery extensions.

    After researching Microsoft’s official documentation and community guidance, I’d like to share the suggestions I found for handling SSRS email subscriptions once Basic Authentication for SMTP AUTH is retired in Exchange Online (March–April 2026).

    Continue using SMTP via a relay or modern service (recommended by Microsoft’s official article)

    User's image

    Reference: https://learn.microsoft.com/en-us/sql/reporting-services/install-windows/e-mail-settings-reporting-services-native-mode-configuration-manager?view=sql-server-ver17

    Switch SSRS delivery method (workarounds)
    Use File Share delivery (built-in) and then distribute reports via Power Automate or scripts calling Microsoft Graph sendMail or ACS Email API.

    References: https://learn.microsoft.com/en-us/sql/reporting-services/subscriptions/file-share-delivery-in-reporting-services?view=sql-server-ver17

    I hope the above suggestions are helpful! If you have any further questions, please feel free to share.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".     

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Ben Hohman 0 Reputation points
    2025-10-22T21:12:31.5033333+00:00

    Since subscriptions in SSRS can have multiple recipients (to, cc), I'm not sure how Power Automate or scripts calling Microsoft Graph sendMail or ACS Email API, will be able to do this.

    Seems to me that you would have to statically set who gets the email in Power Automate for each folder it is monitoring.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.