Microsoft stops with no AUTH SMTP, how to send mail with OAUTH2?

delphi package - automated exception handling
Post Reply
Hans Brenkman
Posts: 2
Joined: Fri Jun 22, 2007 2:17 pm

Microsoft stops with no AUTH SMTP, how to send mail with OAUTH2?

Post by Hans Brenkman »

Hi,

Microsoft Office365 is stopping with basic auth SMTP/POP3/IMAP on 01-10-2022 so applications have to be prepared to make use of OAUTH2 with the Microsoft Graph API to send or read mail.

How can we get an accestoken with madExcept and send mail?
What is the way to go?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: Microsoft stops with no AUTH SMTP, how to send mail with OAUTH2?

Post by madshi »

I've no idea, to be honest. Might this be a good opportunity to switch to some kind of HTTP upload instead?
Post Reply