使用 mailkit 连接邮件时出错?
Error on connect mail with mailkit?
我的代码是:
Pop3Client client = new Pop3Client();
client.Connect("pop.gmail.com", 995, true);
client.Authenticate("MyMailAccont@gmail.com", "Password");
....
Authenticate.eeror 上的错误是:
Additional information: POP3 server did not respond with a +OK
response to the AUTH command.
我的配置是 well.how 来修复它?
gmail 不能很好地与 pop3 配合使用。
我的代码是:
Pop3Client client = new Pop3Client();
client.Connect("pop.gmail.com", 995, true);
client.Authenticate("MyMailAccont@gmail.com", "Password");
....
Authenticate.eeror 上的错误是:
Additional information: POP3 server did not respond with a +OK response to the AUTH command.
我的配置是 well.how 来修复它?
gmail 不能很好地与 pop3 配合使用。