Hello , Welcome to MS Q&A
Ensure "Send email logs to Log Analytics" is enabled on Azure communication services.
Now Go to Azure Monitor → Logs.
- Select the Log Analytics workspace linked to Azure Communication Services.
- 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