question

ShlomoAran-0764 avatar image
0 Votes"
ShlomoAran-0764 asked NandeeshSwami-8857 commented

How to see the log why Azur stopped sending my emails

We are using an app on Azur to create and send emails.
The app receives data from the client, creates a PDF, download it back to the client, and sends it by email to the customer.
The app was created and installed few years ago, and it worked up till few months ago.
The app does generates the PDF and download it to the client, but doesn't sends the emails.

I want to debug (see in logs) why it doesn't send it.
How do I do it?

Please note that I am not familiar with Azur, so I need a specific guidance how to enable the logs and how to view them.


microsoft-graph-mail
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

How are you sending emails? If you are using graph.
Then can you see, if the graph query you are using works in Graph Explorer or in postman? Try sending the query in Graph explorer.

What kind of application is it? If it's hosted in Azure or otherwise, You will have to integrate a tool like Application Insights to see if there are any exceptions while you do this activity. Do you see http error codes when you query the graph.

0 Votes 0 ·

0 Answers