Replies: 1 comment
-
[As always, people can express support for this request by upvoting the initial post in the discussion.] I'm having trouble telling whether or not the MS Graph Email API is a good fit for django-anymail. The API seems designed for managing a user's or organization's Exchange data. It's in many ways like a scriptable version of an Outlook email client, from what I can see, which is very different from most ESP's APIs. Here are some typical criteria for adding an ESP to Anymail:
The most important ❓ is the last one: having access to the API for development and ongoing testing. (I'm unlikely to look into MS Graph any further until someone can figure that out.) Btw, it looks to me like django-msgraphbackend is being maintained. (I see the repo owner actively participating in PR discussions a few weeks ago. And while its last release was a little over a year ago, I don't think there have been any django.core.mail changes that would have required a new release since then.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that there is a package already published on
pypi
named django-msgraphbackend, but it doesn't seem maintained.The core implementation is a few lines of code, so it should be an easy fit in anymail :)
Beta Was this translation helpful? Give feedback.
All reactions