mailjet / mailjet-apiv3-python

[API v3] Python Mailjet wrapper
https://dev.mailjet.com
MIT License
109 stars 41 forks source link

how to check if mail being sent to a particular mail #72

Closed sahasrara62 closed 3 years ago

sahasrara62 commented 3 years ago

Hi, I am using a mail jet for sending emails. This email is sent to a number of people altogether.

Now, i want to create a notification system where i want to let my website user to know that mail is sent to him and he can check it. So for this instead of creating a message queue system to send web push notifications, use mail jet.

so I was wondering, since mail jet capture all details, to whom mail was sent and what data is sent. why not through a mailjet api, take get all the information related to mail sent to user through user email.

so i am looking for help in this area.

Thanks Prashant