googleapis / googleapis/google-api-nodejs-client
How can I track delivery status of mail
Open
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
Assessment
This issue has not been assessed yet.