Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connection failes pop.ionos.com #85

Open
foxjazz opened this issue Aug 3, 2019 · 1 comment
Open

connection failes pop.ionos.com #85

foxjazz opened this issue Aug 3, 2019 · 1 comment

Comments

@foxjazz
Copy link

foxjazz commented Aug 3, 2019

var mc = new OpenPop.Pop3.Pop3Client();
string hn = "pop.ionos.com";

        mc.Connect(hn,110,true);
@jstedfast
Copy link

The problem you are hitting is that port 110 is not an SSL-wrapped port. You either need to pass false as the useSsl argument or you need to use port 995.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants