https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42179
David Liddle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from David Liddle <[email protected]> --- (In reply to Brian Pichman from comment #4) > I think, ultimately, this would need to be put within the SMTP space -- > since Microsoft is no longer allowing SMTP connections to send email. I'm > open to other ideas, but the recommended path is using Microsoft Graph or > OAuth -- both of which require a decent lift on IT teams to set up and use > to work with Koha. > > The method I proposed provides a one-click button for library staff to > email. > > > In other words, SMTP is dying from providers like Microsoft for sending, and > they want to force people to use APIs (Microsoft Graph) or OAuth. I > wouldn't be surprised if AWS follows the same path. Sending from the AWS > SES API is much faster and more reliable than via the SMTP Route. > https://stackoverflow.com/questions/30721611/amazon-simple-email-service-ses- > should-i-use-smtp-interface-or-ses-api. There's a decent discussion here > > In talking with others, this may be a larger discussion too -- as calling > this SMTP Delivery is a bit incorrect and probably needs to be renamed as > Message Delivery or something more standard ... I just want to mention that Microsoft has not completely killed off SMTP authentication. It is still available through Azure Communications Services Email. See the following: Overview of Azure Communication Services email https://learn.microsoft.com/en-us/azure/communication-services/concepts/email/email-overview Azure Communication Services pricing https://azure.microsoft.com/en-us/pricing/details/communication-services/ Before leaving a position in which I managed a M365 tenant, I converted all systems and services using SMTP AUTH from regular M365 accounts to ACS configurations, and it worked well. It was not difficult to set up, but one would need to set a reminder to rotate the client secrets. -- 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/
