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!