-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
'EmailClient' object has no attribute 'get_sent_status' #26818
Comments
Label prediction was below confidence level |
Thanks for reaching out. Do you mean get_send_status? |
I see that example code from your link. However, your documentation is incorrect, both on the Microsoft's website and PyPi: |
Thanks for the good catch! |
Thank you for your feedback. This has been routed to the support team for assistance. |
Glad I could help. |
@turalf Can you take a look? |
Describe the bug
When attempting to get the email sent status, leverage example code, the repeated error is raised saying "AttributeError: 'EmailClient' object has no attribute 'get_sent_status'."
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A sent status given with no error thrown.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: