Skip to main content

Hello FME Community,

I'm looking for a way to configure the system's SMTP mail server settings directly during the FME Flow installation process, rather than after.

Our goal is to fully automate the deployment of FME Flow using scripts (e.g., for Windows Server), and we want the instance to be fully configured and ready to go once the installation is complete, without needing to manually log in to the web interface.

I  know how to configure the mail server post-install via the Web UI.

My Question:

Is there a supported method to pass the SMTP parameters (host, port, credentials, etc.) directly to the installer, config file, or command line parameters?

Thanks in advance for any insights!

There is an FME Flow REST API CLI wrapper - https://github.com/safesoftware/fmeflow-cli

You could also automate it through a post install powershell script that interfaces directly with the rest api

 


Thank you. I'll give it a chance. I was hoping for file config, but this would work too, if will work.