https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38338
--- Comment #98 from David Cook <[email protected]> --- (In reply to David Cook from comment #97) > (In reply to Chris Slone from comment #96) > > Thanks for the work on this. We were affected by the change in MS's SMTP > > requirements and are sending via AWS and having way more delivery issues. > > Sorry to hear about that. I'm hoping to get some new patches up this weekend > if I'm lucky. > > Currently, I have one Koha library using Microsoft, and for them I'm using > the XOAUTH2 SASL plugin https://github.com/tarickb/sasl-xoauth2 with > Postfix. > > I also wrote my own XOAUTH2 SASL plugin at > https://github.com/minusdavid/simple-sasl-xoauth2 . For my SASL plugin to > work with Postfix, it needs another component which I haven't published yet > though, although it's a component that is fairly trivial to make. > > For support within Koha, I'm planning to test out my idea for expanding SMTP > authentication options or maybe even Email Transport options using Koha > plugins. The latter might actually be better because then we could bundle up > the dependencies that Koha would need for it... Hey Chris, your comment really lit a fire under me haha. While it was all fresh in my mind, I decided to pound out the change I described. I opted to go for making the email transports pluggable as that way we add support for the Microsoft Graph API as well. Bug 42870 - Make email transports pluggable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42870 I need to fix up the documentation and add unit tests, but I've run out of time today, and that shouldn't be too hard to add soon. If you have a koha-testing-docker available, this is ready to test! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
