I'm using version 6.3 of the software. It was working fine up til about 1 1/2 weeks ago. Then the emails and text messages stopped being sent out. I ran the debug version. After starting the debug version, I believe it sent out one alert, then stopped sending the messages as well. On the failed attempts, the log showed an error:
Traceback (most recent call last):
File "<string>", line 453, in mail
File "C:\Users\Deer Creek Fire Dept\Google Drive\Python\build\pyi.win32\TwoToneDetect63_debug\outPYZ1.pyz/smtplib", line 242, in __init__
gaierror: [Errno 11001] getaddrinfo failed
Email not sent on attempt 1trying again in five seconds
I've been using an aol account with port 587 as the sender. I tried switching to a gmail account but that smtp connection was blocked. As a result of the block, I was offered the opportunity by Google to let unsafe apps send out messages using the gmail account, but so far, I haven't gone that route.
Any ideas on how to overcome this problem? Would upgrading to a newer version of TwoToneDetect resolve the issue?