FME Flow does not send emails through emailer-transformer in the workspace. It works on mine production-server, but not in system test. I get error message Emailer: <class 'locale.Error'>: unsupported locale setting. The difference is between TEST and PROD:
TEST: Process Encoding : UTF-8
PROD: Process Encoding: windows-1252
I have tried deleting safe.emailer, under recources and plugins. Deleted the Build-folder. Tried different Python interpreter. But still no response.
Is it Python installed on server that is causing trouble? Are there settings I can make either in the Flow GUI or on the server?
Emailer running from desktop works.