hello boys. I have a open source project with play framework and I have a problem intp production server. Into localhost, play send correct emails but in production server I have error:
2017-07-01 17:12:09,274 [DEBUG] from com.sun.mail.smtp in application-akka.actor.default-dispatcher-19 - trying to connect to host "smtp.gmail.com", port 465, isSSL false
2017-07-01 17:12:09,279 [DEBUG] from com.sun.mail.util.socket in application-akka.actor.default-dispatcher-19 - getSocket, host smtp.gmail.com, port 587, prefix mail.smtp, useSSL false
2017-07-01 17:12:09,473 [DEBUG] from com.sun.mail.smtp in application-akka.actor.default-dispatcher-19 - connected to host "smtp.gmail.com", port: 465
2017-07-01 18:12:37,567 [DEBUG] from org.avaje.ebean.SUM in application-akka.actor.default-dispatcher-94 - txn[1007] FindMany type[UserModel] origin[D9IsfI.DfbUPF.x3-tY] exeMicros[933] rows[0] name[] predicates[t0.email = ? ] bind[xxx@xxx]
2017-07-01 18:12:37,641 [DEBUG] from com.sun.mail.smtp in application-akka.actor.default-dispatcher-94 - trying to connect to host "smtp.gmail.com", port 587, isSSL false 2017-07-01 18:12:37,641 [DEBUG] from com.sun.mail.util.socket in application-akka.actor.default-dispatcher-94 - getSocket, host smtp.gmail.com, port 465, prefix mail.smtp, useSSL false
2017-07-01 18:12:37,802 [DEBUG] from com.sun.mail.smtp in application-akka.actor.default-dispatcher-94 - connected to host "smtp.gmail.com", port: 465
The repository is available here: https://bitbucket.org/companystalker/com.silenceonthewire
Can you help me? WTF?