I get a javax.mail.AuthenticationFailedException even though I haven't authenticated.

Cause

I was set to authenticate even though I was not authenticated.

sendmail.java


props.put("mail.smtp.auth","true");

I passed with this

sendmail.java


props.put("mail.smtp.auth","false");

Recommended Posts

I get a javax.mail.AuthenticationFailedException even though I haven't authenticated.
I got an ActionController :: MissingExactTemplate even though I have a file
I get an error when adding a dependency
[Unit test code] Even though I have a foreign key, I am told "Please enter XX"