How to check outgoing auto email "******@figsflow.com" in Communication Services in azure portal.

Bimala Shrestha 65 Reputation points
2025-03-06T05:58:23.2633333+00:00

How to check outgoing auto email "******@figsflow.com" in Communication Services in azure portal.

User's image

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,032 questions
0 comments No comments
{count} votes

Accepted answer
  1. Deepanshu katara 14,490 Reputation points MVP
    2025-03-06T06:34:32.8966667+00:00

    Hello , Welcome to MS Q&A

    Ensure "Send email logs to Log Analytics" is enabled on Azure communication services.

    Now Go to Azure MonitorLogs.

    1. Select the Log Analytics workspace linked to Azure Communication Services.
    2. Run the following Kusto Query Language (KQL) query
    EmailSendStatus
    | where EmailAddress == "******@figsflow.com"
    | order by TimeGenerated desc
    
    
    

    This will show logs of sent emails, their status, and any failures.

    Please let me know if any further ques

    Kindly accept answer if it helps

    Thanks

    Deepanshu

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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