Hi,
I m trying to use smtp class from Python 2.6.4 to send smtp email from a WinXP VMware machine.
After the send method is called, I always got this error:
socket.error: [Errno 10061] No connection could be made because the target machine actively refused it.
Few stuff I noticed:
The same code works in the physical WinXP machine with user in/not in the domain, connected to the same smtp server.
If I use the smtp server which is setup in the same VM machine, then it works.
Any help is appreciate!