AIL-framework icon indicating copy to clipboard operation
AIL-framework copied to clipboard

Notifications

Open Phil-ThePower-Pearce opened this issue 5 years ago • 3 comments

Hi, Im using AWS ses for email notifications Ive added the details in the core.cfg but constantly get this when testing

File "/home/ubuntu/Apps/AIL-framework/bin/NotificationHelper.py", line 46, in sendEmailNotification smtp_server = smtplib.SMTP(sender_host, sender_port) File "/usr/lib/python3.6/smtplib.py", line 251, in __init__ (code, msg) = self.connect(host, port) File "/usr/lib/python3.6/smtplib.py", line 336, in connect self.sock = self._get_socket(host, port, self.timeout) File "/usr/lib/python3.6/smtplib.py", line 307, in _get_socket self.source_address) File "/usr/lib/python3.6/socket.py", line 704, in create_connection for res in getaddrinfo(host, port, 0, SOCK_STREAM): File "/usr/lib/python3.6/socket.py", line 745, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags):

I can recieve emails using the aws console test email....

Phil-ThePower-Pearce avatar Feb 11 '20 15:02 Phil-ThePower-Pearce

Hi @Phil-ThePower-Pearce !

Can you please give me the complete stack traceback ?

Terrtia avatar Feb 21 '20 10:02 Terrtia

^^ No problem. What do you need me to run?

Phil-ThePower-Pearce avatar Feb 21 '20 11:02 Phil-ThePower-Pearce

Can you create a term tracker with an email address and trigger it ? (submit something with PasteSubmit) You should have a traceback in the TermTrackerMod or RegexTracker module output.

Terrtia avatar Feb 25 '20 11:02 Terrtia

Fixed in v5.0

Terrtia avatar Feb 05 '24 10:02 Terrtia