Hi there,
I'm using etm_qt 2.3.22 on Windows 7, while trying to use email notifications, I ran into the following error :
Traceback (most recent call last):
File "C:\Python33\lib\site-packages\etm_qt-2.3.22-py3.3.egg\etmQt\etmView.py", line 4448, in timeout smtp_pw=self.options['smtp_pw'])
File "C:\Python33\lib\site-packages\etm_qt-2.3.22-py3.3.egg\etmQt\etmData.py", line 513, in send_mail from email.MIMEMultipart import MIMEMultipart
ImportError: No module named 'email.MIMEMultipart'
Here is the line of the datafile I used:
Here is the etm.cfg section I used (parts in bracket have been modified for privacy)
smtp_id: 'jeromg'
smtp_pw: '[SUB AUTH TOKEN]'
I've successfully tested the parameters (smtp server, port, username, password, recipient) using a plain smtp client.
Thanks for your help.
Cheers /jerome