Hi,
Each time I try to use the Emailer transformer in a workbench, I get this error message :
2018-02-12 15:28:28| 0.5| 0.1|WARN |Python Exception <UnicodeDecodeError>: 'ascii' codec can't decode byte 0xe9 in position 43: ordinal not in range(128)
2018-02-12 15:28:28| 0.5| 0.0|WARN |Traceback (most recent call last):
File "Emailer.py", line 126, in input
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 43: ordinal not in range(128)
2018-02-12 15:28:28| 0.5| 0.0|ERROR |Error encountered while calling method `input'
2018-02-12 15:28:28| 0.5| 0.0|FATAL |f_6(PythonFactory): PythonFactory failed to process feature
2018-02-12 15:28:28| 0.5| 0.0|ERROR |A fatal error has occurred. Check the logfile above for details
I tried with the generic SMTP and a Gmail account and always get the same error.
Any ideas ?
Thanks