Skip to main content

Hello i am working in a IFS cloud instance version 23.2.5. I am trying to configure the mail sender. I have received the mail token and secret from our messaging team at my company.

 

I have created a test event that generates an email when i create a new unit of measure within the app itself. Here is my current configuration of my mail sender and error i get when i generate a event.

 

Host: 

smtp.office365.com

Port

587

Timeout

60 

Authentication type 

Client Credentials

User

Noreply@mydomain.com

Access Token URL

Provided token from my company

Client ID 

Provided Client ID

Client Secret

provided secret 

Mail Scope

https://outlook.office365.com/.default

Default Mail Sender

noreply@mydomain.com

Content Type

text/html

 

(Notification error)

ExecutionException from Sender thread 
Caused by: ifs.fnd.connect.senders.ConnectSender$PermanentFailureException: Fatal error while sending data... 
Caused by: ifs.fnd.connect.senders.ConnectSender$TemporaryFailureException: Error while trying to get the Oauth2 Mail token 
Caused by: java.io.FileNotFoundException: https://login.microsoftonline.com/600d01fc-055f-49c6-868f-3ecfcc791773

 

Questions:

 

Does IFS Cloud support a shared mailbox

how does ifs protect the client credentials and Tokens?

 

 

Yes, that would be nice to know! Same problem here!


I found the following document in the IFS community discussion related to SMTP setup. I hope this will help you resolve the issue.


Did anyone manage to get this resolved as I am having the same issues?


Reply