Hello, We use PDI Kettle to pull sql reports and email them to end users. Currently each mail step in each job has the mail server directly entered into the step settings. I would like to setup some way for us to have an environment variable for the mail server that each step can use instead of having the server name hardcoded into each individual step. (or better yet if we could setup the mail server like the DB connections). The goal being that if the mail server is changed, we don't have to go through each step and manually change the server name but instead only change it in one place and all the mail steps would automatically send through the new server. Is there a way to do this with kettle? Thanks in advance.