I would like to be able to send an email once a workspace has completed from FME Desktop.
I have tried PythonEmailer which failed and DirectTweeter which got stuck in a look and sent 56 messages and stalled the workspace.
Any other options?
Thanks
seb
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
those should both be viable options, although there are always alternatives depending on how much work you're willing to invest.
What error messages did the PythonEmailer report?
For the Tweeter, be aware that it will send a tweet for every single feature that enters it. If you only want a single tweet, consider using a Sampler to only use the first feature to trigger DirectTweeter.
I'm not able to give you the python script that can handle this. But in general you could implement your script as a 'python shutdown script'. This can be found in the Navigator -> Workspace Parameters -> Advanced -> 'Shutdown Python Script'. This will start when your FME process has finished..
Hi, i used the TCLemailer a while back and at first it wouldnt send the email as McAfee was blocking the app from sending. Cant recall the exact events