Skip to main content

SharePoint SendEmail API Deprecated October 31, 2025

The SP.Utilities.Utility.SendEmail API stopped sending emails on October 31, 2025. Affects custom code, web parts, and some Power Automate flows.

· By Ulrich Bojko · 1 min read

The SharePoint SendEmail API (SP.Utilities.Utility.SendEmail) was retired on October 31, 2025. Custom solutions using this API no longer send emails.


ℹ️
Key Facts:
Retirement date: October 31, 2025
Affected: Custom code, SPFx web parts, some Power Automate flows
Not affected: SharePoint workflows, out-of-box SharePoint emails
Replacement: Outlook connector or Microsoft Graph SendMail API
Detection: Check Purview audit logs for "SendEmailApiInvoked" events

The retirement affects custom solutions that send emails via SharePoint's REST or CSOM APIs. Standard SharePoint notification emails and SharePoint Designer workflows continue to work. Organizations should audit their custom code and migrate to Microsoft Graph for email functionality.

Sources: Microsoft 365 Developer Blog · MC921752

Updated on Feb 15, 2026