This is an automated email from the ASF dual-hosted git repository. sgoeschl pushed a commit to branch Features/EMAIL-163 in repository https://gitbox.apache.org/repos/asf/commons-email.git
The following commit(s) were added to refs/heads/Features/EMAIL-163 by this push: new ecc7c02b EMAIL-163 Support for OAuth2 authentication ecc7c02b is described below commit ecc7c02b8d654f1617c8e87ae957cb3b2709d9ff Author: sgoeschl <siegfried.goes...@gmail.com> AuthorDate: Tue May 27 21:02:40 2025 +0200 EMAIL-163 Support for OAuth2 authentication --- src/site/xdoc/userguide.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/xdoc/userguide.xml b/src/site/xdoc/userguide.xml index ad46041e..3f60e9ba 100644 --- a/src/site/xdoc/userguide.xml +++ b/src/site/xdoc/userguide.xml @@ -339,7 +339,7 @@ import org.apache.commons.mail2.javax.*; </section> <section name="Using OAuth2 Authentication With Office 365"> <p> - Checklist provided by mkomko to help future users of this feature + Checklist provided by user <em>mkomko</em> to help future users of this feature <ul> <li>Create an app registration in Entra ID with the permission "Office 365 Exchange Online - SMTP.SendAsApp"</li> <li>Create a service principal in Exchange Online for the app and give it permissions to the mailbox you want to send as, as described in https://learn.microsoft.com/en-us/exchange/client-developer/legacy-protocols/how-to-authenticate-an-imap-pop-smtp-application-by-using-oauth#use-client-credentials-grant-flow-to-authenticate-smtp-imap-and-pop-connections</li>