Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not receiving confirmation cc when is_read_receipt_requested = True #402

Open
michaelobr opened this issue Feb 19, 2020 · 1 comment
Open

Comments

@michaelobr
Copy link

I am not receiving notification from my sender email when the recipient reads (opens up) the email message. I do receive notificaiton when it is delivered, but this too I am uncertain is accurate as it is received on sending the message, before I even receive the email on my testing receiving email. Code sample below.

account = Account(credentials)
msg = account.new_message()
msg.to.add('[email protected]')
msg.is_read_receipt_requested = True # this does not work and I don't receive any confirmation cc when the recipient reads (opens) the email.
msg.is_delivery_receipt_requested = True # I'm unsure if this works as well, because I receive it before I can even view the email on the receiving email account (i.e. [email protected])
msg.subject = "[TEST]"
msg.body = "testing read & delivery receipt" 
msg.send()

cc('isReadReceiptRequested'): self.is_read_receipt_requested,

@alejcas
Copy link
Member

alejcas commented Mar 27, 2020

I don't see any error in the code. Maybe it's something to do with microsoft graph? I don't know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants