googleapis / googleapis/google-api-nodejs-client

How can I track delivery status of mail

Open
#3,066 0 comments 0 reactions 0 assignees View on GitHub
priority: p3 type: question
Dominant language
TypeScript
Stars
12.2k
Forks
2k
Avg merge
1d 9h
Merged PRs (30d)
24

Description

Hey, I can able to send emails using gmail.
```
const result = await gmail.users.messages.send({
userId: "me",
requestBody: {
raw: rawMessage,
},
});

// result object has threadId.
```
And able to get the thread id from result,
Suppose the receipt email address is not exist. so the email will be undelivered/bounced. how can I track delivery status with my thread Id which I got from result object.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.