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?
Page 1 / 1
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