开发者

SMTP Credentionals checking (C#)

开发者 https://www.devze.com 2023-03-14 18:33 出处:网络
I want to devlop a screen for entering server, Port,Username and Password for SMT开发者_如何学PythonP (Mail sending)

I want to devlop a screen for entering server, Port,Username and Password for SMT开发者_如何学PythonP (Mail sending)

So i want to provide one button for "Test" Those credentionals

How can i check credentionls are correct or not


The simplest solution is to attempt to connect to the server and try to authenticate, if you get a bad authentication response from the server the credentials are bad.

0

精彩评论

暂无评论...
验证码 换一张
取 消