https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42179
--- Comment #4 from Brian Pichman <[email protected]> --- 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 ... -- 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/
