hotmail login error in java (IDE: Netbeans)
问题 I am creating an app for email sending in java, everything is set and working properly. but the error is when I try to login in Hotmail account it shows error of incorrect email and password which I have given in catch block. but It logins in hotmail when I first login in yahoo or gmail, after that I can login in Hotmail, but I can not login in hotmail first, Why?! Code is below private void cmd_loginActionPerformed(java.awt.event.ActionEvent evt) { user = txt_user.getText(); pass = txt_pass