Skip to main content
Participant
September 18, 2026
Question

ColdFusion 2023 Automated Emails are Failing

  • September 18, 2026
  • 4 replies
  • 16 views

Hello, automated emails sent by our ColdFusion Application (Sunapsis) are failing to reach our users. Our MS Stack team suggested implementing a service account in order to meet higher authentication requirements. Has someone done this in ColdFusion?

Also, is it possible we will need to setup an Azure App for OAuth authentication? If so, what documentation does Adobe have for configuring CF 2023 to use the app, client, secret, etc.?

Thank you!

4 replies

BKBK
Community Expert
Community Expert
September 18, 2026

Hi ​@Whispering_leaderc11a , you say,

“ automated emails sent by our ColdFusion Application (Sunapsis) are failing to reach our users.”

So I immediately think of suggesting that we find out why. There just might be a simple solution to the problem.

First of all, did you get any errors?

 

Charlie Arehart
Community Expert
Community Expert
September 18, 2026

I’ll point out that sometimes you can solve such problems WITHOUT need of OAUTH, depending on your mail server (including an MS one). Sometimes, the mail server provider will let you create a special “app password”, which you would tie directly to (would be useable only from) a given app (like CF). Then you just put that “app pasword” into the CF Admin as the password for the mail server. I’ve done it in the past and I know others have.

But your MS mail server may well either not allow it, or discourage it. That’s when oauth is “a way to go”. It’s not everyone’s cup of tea (with regard to mail deliver). Let’s hear if you may first find you can solve it the simpler way above.

And other folks may well come along with differing info, and perhaps better news/a different approach for you.

Finally, you can also reach out directly to Adobe at cfsup@adobe.com. They may be able to offer you a different/better answer.

/Charlie (troubleshooter, carehart. org)
Participant
September 18, 2026

I have found the following documentation, but it is for CF 2021 and 2018: Authenticate an IMAP, POP, SMTP, or Exchange connection using OAuth

Charlie Arehart
Community Expert
Community Expert
September 18, 2026

To be clear, that doc page is not “only for cf2021 or 2018”. It was a technote released in their timeframe (before release of CF2023) when the note was describing an update/fix. That would have been rolled into CF2023.  So you can try what it refers to. Let us know how that goes.

See also the docs for cfoauth...though note that the ms-specific support listed in that doc page is about new capabilities that were in fact added only to CF2025, so they won’t help you. But that doesn’t mean you can’t otherwise do oauth with ms, as that technote showed.

One issue is that an older way of MS outh (called EWS) is said to be being removed by MS next month. They’ve relented on such things before. IF that stands, then you may well find that the most expedient path to MS oauth will be through CF2025.

/Charlie (troubleshooter, carehart. org)