Hi, In order to get SMTP working (and alerts), I had to add the port number in the following code of destination_email.py file: server = smtplib.SMTP(self.server, _**587**_)