Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

OAC with OFFICE365 SMTP

Accepted answer
656
Views
9
Comments

Hello,

Wanted to know if latest version of OAC supports OFFICE365 SMTP server. Any pre-requisites, known limitations that we need to be aware of.

Regards,

Amit

Best Answers

  • Gianni Ceresa
    Answer ✓

    Isn't the Office 365 SMTP requiring an OAuth2 authentication? If it does, then no, not supported so far (not that I did look if the config screen changed, but nothing has been said about this in the list of new features of the March 2023 release).

    If your SMTP doesn't use OAuth2 but standard authentication (over SSL), it should just work fine.

  • Gianni Ceresa
    Answer ✓

    You mean SSL certificates?

    My guess is that if they are signed by publicly recognized authorities, it should be good.

    A doc says:

    In most cases, you don’t need to provide a compatible certificate as most mail servers can use the default certificate, including Office 365.

  • Please see the following statement in the microsoft blog:

    "We're removing the ability to use Basic authentication in Exchange Online for Exchange ActiveSync (EAS), POP, IMAP, Remote PowerShell, Exchange Web Services (EWS), Offline Address Book (OAB), Autodiscover, Outlook for Windows, and Outlook for Mac.

    We're also disabling SMTP AUTH in all tenants in which it's not being used."

    Based on above Office365 will no longer accept connections with basic auth, which means it wont accept connections as authenticated account(username password) even if tls protocol is used.

    Thanks

    Gayathri

Answers