Question on your graph api: email validation endpoint

Captivation 0 Reputation points
2023-02-15T15:57:29.2266667+00:00

Hello, Support!

I'm looking to see if you have an endpoint to verify if an email is reachable?

Similar to a service like this: https://quickemailverification.com/

The reason am asking is our client has an account with you already.

Microsoft Security Microsoft Graph
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhanu Kiran 3,616 Reputation points
    2023-03-07T00:22:23.94+00:00

    Hello @Captivation ,

    By default, if you are trying to send an email to an invalid user, you will receive a user not found email reply immediately.

    However, if you would like to get email notification for a delivered message, set the below property to true while sending mail using graph API

    "isDeliveryReceiptRequested": true
    

    If you are trying to validate an email present in your domain, you can use Get User API.

    Hope this helps.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have further questions about this answer, please click "Comment".

    0 comments No comments

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.