Skip to main content
Question

I would like to know how to set an emailer to a workspace from FME Workbench to send emails to a group of recipients once there is a status change.

  • January 14, 2021
  • 2 replies
  • 141 views

I would like to know how to set an emailer to a workspace from FME Workbench to send emails to a group of recipients once there is a status change.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • January 14, 2021

In short: the Emailer will send an email for every feature passing through, to the address(es) specified.

Within your workspace you need to set up whatever testing/checking for that status and once you found that route one feature to the Emailer. It will send an email for every feature (so make sure you don't inadvertently build a spambot...) and you'll need credentials for an outgoing (SMTP or Gmail) mailserver of course.


tomf
Supporter
Forum|alt.badge.img+20
  • Supporter
  • 107 replies
  • January 15, 2021

Note: to use multiple email addresses, use the comma ( , ) to sepearate them, not the semicolon ( ; )