Hi,
I set up email notifications within an FME Workspace using the following set of transformers:
- TimeStamper
- AttributeCreator
- JSONTemplator
- FMEServerNotifier
I then published this workspace to FMEServer.
Then within the FMEServer Interface I also subscribed to the same topic as in the FMEServerNotifier transformer but using a different email template.
When I ran the Workspace, the email that was sent to me for the notification was the one set-up in the the transformers within the Workspace, rather than the email that was set-up as a Subscription in FMEServer.
Can someone please describe the difference between the two methods of sending notification emails, and when one is used in priority over another when they are both set up?
Thanks,