Skip to main content
Question

TCLEmailer

  • July 9, 2013
  • 1 reply
  • 27 views

I was watching a demo and noticed what I think is a transformer named TCLEmailer that appears to enable you to send emails from FME Desktop. I am not able to find it in Desktop. Does anyone know anything about it?
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.

1 reply

david_r
Celebrity
  • July 10, 2013
Hi,

 

 

while I've never heard about the TCLEmailer, here is an easy tutorial that will show you how to send mail in Python, using e.g. a PythonCaller:

 

 

http://www.tutorialspoint.com/python/python_sending_email.htm

 

 

David