Azure email service issue

rongxchen 0 Reputation points
2024-01-30T10:44:57.9433333+00:00

My Azure email service failed to send emails to my college email address sometimes (sometimes it works) through Azure Python SDK. It works if I send emails through Azure Portal (Azure Communication Service -> Try Email), and it always works for gmail addresses. Could anyone please share experience of how to solve this?

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
877 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 21,226 Reputation points Microsoft Employee
    2024-01-31T04:42:15.8466667+00:00

    @rongxchen As suggested earlier, have configured the email events to understand whether the email got delivered when you send the email to your college address?

    You can also troubleshoot by enable diagnostics logging for your Acs resource and query the ACSEmailStatusUpdateOperational logs (provides message and recipient level delivery status updates related to the Email service send mail requests) to check the status of the message.

    enter image description here

    Refer to these documentations for more information about how to enable diagnostic logging and also about different supported email logs in ACS

    Note : MessageID will be the correlationId in this table.

    If your message delievery status was showing as OutForDevlivery and you have checked all the folder and you did'nt receive email then email might in queued state.

    If you still run into the issue, I would suggest you raise a support ticket for further investigations.


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.