rpremraj / mailR

A utility to send emails from the R programming environment
http://rpremraj.github.io/mailR/
190 stars 57 forks source link

javax.mail.AuthenticationFailedException: 535 5.7.139 Authentication unsuccessful, basic authentication is disabled. #107

Open pratikshasomani opened 2 years ago

pratikshasomani commented 2 years ago

I am facing following issue while trying to send an email through smtp

DEBUG SMTP: AUTH LOGIN failed javax.mail.AuthenticationFailedException: 535 5.7.139 Authentication unsuccessful, basic authentication is disabled. [BM1P287CA0015.INDP287.PROD.OUTLOOK.COM]

at java.mail/com.sun.mail.smtp.SMTPTransport$Authenticator.authenticate(SMTPTransport.java:965)
at java.mail/com.sun.mail.smtp.SMTPTransport.authenticate(SMTPTransport.java:876)
at java.mail/com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:780)
at java.mail/javax.mail.Service.connect(Service.java:388)
at java.mail/javax.mail.Service.connect(Service.java:246)
at java.mail/javax.mail.Service.connect(Service.java:195)
at java.mail/javax.mail.Transport.send0(Transport.java:254)