To better assist you on this, just to clarify, since it’s working fine on other multiple apps, was it working fine before on the problematic WebApp, or it’s always been this way?
|| Are all those apps the same framework (Dot.net, Python, etc)? Are those on the same App Service Plan (ASP) or different ASP?
As I understand multiple apps with the same code; sending email works fine as expected on all, but only one WebApp exhibits delay in email delivery (or fails).
As quick isolation, you may review these:
--If the Always On
setting is off, please enable it from Azure Portal – Your WebApp > Configuration blade (> General settings).
--If you’re leveraging lower ASP SKU/tier, scale-up to a higher tier and then test.
--Review App Service diagnostics (to fetch more details about the issue).
--You may leverage App Service diagnostics from Azure Portal> Navigate to your App Service app in the Azure Portal.
--In the left navigation, click on Diagnose and solve problems
- Review - “Configuration and Management and “Availability and Performance” options.