biocodellc / biocode-fims-commons

Biocode Field Information Management System
3 stars 0 forks source link

emails being blocked by gmail #51

Open jdeck88 opened 4 years ago

jdeck88 commented 4 years ago

I received a security alert from google regarding a suspicious message. Turns out the client was the geome server. src/main/java/biocode/fims/utils/EmailUtils.java is where i think the issue. This could be related to this issue discussed at stackoverflow: https://stackoverflow.com/questions/32801391/using-javamail-gmail-refusing-authentication-due-to-application-being-less-secu

The solution could be enabling oauth2 ?