Greetings;
I have a customer who wants to use their own SMTP server for outbound emails with IDM in the Infor MT cloud. Is there a place to setup this configuration?
The reason is the customer wants to block certain email domains from receiving outbound mail in the Development and Test environments. They were previously doing this by having StreamServe in ST point to their SMTP server, and they would prevent relaying any unapproved domains. *Prevents customers / vendors from getting "Test" Documents.
As a work around, since the documents are being generated in M3, I setup a connector to write the output document to the file system. This generates an XML file I can parse and modify to remove unapproved domains with Python Scripting, but sadly, it doesn't provide all the information I need to easily convert it to the IDM JSON format needed for an API call to generate the output document. I have setup a Document Flow that reads the XML and converts many standard documents, but there are so many features and configurations between M3 and IDM that I can't (or don't want to) build them all in the Python script to cover all the configurations possibilities.
Can someone advise or assist?
Thanks;
Billy