Forums

poplib.POP3_SSL returns an error

Hi there

I am a new free user. I'm triing to connect to my email adress with python using poplib:

< poplib.POP3_SSL('ssl0.ovh.net')

This command, which works perfectly fine in my local laptop, returns this error:

<ConnectionRefusedError: [Errno 111] Connection refused

I really don';t understand what's happening. Any help please?

Thanks in advance

Free accounts can only access http(s) sites on our whitelist, so POP will not work for a free account.