Can you post your flow so I can check how you have configured your 'ui-text button' ?
Not that it will affect your flow, but a 'change' node could have been used instead of the function nodes.
[{"id":"f7434e0fe255a944","type":"tab","label":"Flow 40","disabled":false,"info":"","env":[]},{"id":"0ef24cb1879073c4","type":"inject","z":"f7434e0fe255a944","name":"Hello world","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"Hello world","payloadType":"str","x":140,"y":200,"wires":[["7f755a7cc0db0ec1"]]},{"id":"9824b5929c569b24","type":"inject","z":"f7434e0fe255a944","name":"Trigger","props":[{"p":"payload"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"1","payloadType":"num","x":130,"y":280,"wires":[["346df4e3ea83ad40"]]},{"id":"5fd0b731ab3f2068","type":"debug","z":"f7434e0fe255a944","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":510,"y":280,"wires":[]},{"id":"712de50c1794b28e","type":"comment","z":"f7434e0fe255a944","name":"This simulates an email msg","info":"","x":180,"y":160,"wires":[]},{"id":"7f755a7cc0db0ec1","type":"change","z":"f7434e0fe255a944","name":"","rules":[{"t":"set","p":"email1","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":320,"y":200,"wires":[[]]},{"id":"346df4e3ea83ad40","type":"change","z":"f7434e0fe255a944","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"email1","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":320,"y":280,"wires":[["5fd0b731ab3f2068"]]}]