Office 365のSMTPサーバ(Exchange online)経由でJavaからメールが送れない

javax.mail.AuthenticationFailedException: No authentication mechansims supported by both server and client
	at com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:756)
	at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:669)

この場合JVMの起動オプションに「-Dmail.smtp.starttls.enable=true」を追加。