I'm getting this exception when sending email via outlook.
props.put("mail.smtp.auth", "true");
props.put("mail.smtp.starttls.enable", "true");
props.put("mail.smtp.host", "outlook.office365.com");
props.put("mail.smtp.port", "587");
but from gmail I can send mail but I can't send via outlook.. Any body help me how to fix this...
No, its not duplicate..
if I pass wrong username and password its showing me as "authentication failed",but when I give correct username and password its showing as "mail box cannot be accessed"