I have a workspace that runs on FME server and watches a directory to process the incoming files.
So far this works fine.
With the help of FMEServerLogfileRetrievers I collect the log output of the conversion jobs, condense them and now have to send them via email. I have tested this with a (clarification: a different) workspace that runs as a job submitter, but it (clarification: the email sending through the workspace running as a notfication service) seems not to run as a notification service.
While when uploading it as Job Submitter, I can select email ATEXTLINE] as Post Data,
this is not possible with the Notifier:
The __send_email Topic is tested and works.
<a id="17351" href="/storage/attachments/17351-wkt-import-submitter.fmw">wkt-import-submitter.fmw</a>Have I omitted something obvious?