SMTP - oauth2.0 for xdodelivery.cfg
Hello,
I have advance collection. I send dunning letters via mail. I setup file xdodelivery.cfg
Everything works fine. I have news that MS is going changing to oauth2.0. Notification mailer have patch for Oauth.2.0
https://blogs.oracle.com/ebstech/post/oauth20-support-with-ebs-122-workflow-notification-mailer-november-2023-update
Dear Oracle do you plan similar patch for xdodelivery?
<server name="mysmtp1" type="smtp_email" default="true">
<host>smtp.office365.com</host>
<port>587</port>
<secureConnection>tls</secureConnection>
<username>example@example.com</username>
<password>Password</password>
</server>