I'm attempting to send an email at the end of a translation to notify the respective folks that the process has run.
I'm getting an error:
Emailer: <class 'socket.error'>: [Errno 10061] No connection could be made because the target machine actively refused it.
I've gotten the ip address and the port number with no encryption from the server guys. The machine that I am using for the script has been whitelisted with our SMTP server as well.
This is to be used on a few different scripts, so really need to get this working. I have filled in the to, from, subject, and body of the 'email'. Using Generic SMTP as well. Granted, I am sending to myself, but will be in the long run anyway.
Thanks.