У меня возникла эта проблема при попытке отправить электронное письмо.
![enter image description here](https://i.stack.imgur.com/pGq4n.png)
Обозначается следующим кодом:
play.mailer {
host = "smtp.sendgrid.net" // (mandatory)
port = 465 // (defaults to 25)
ssl = yes // (defaults to no)
tls = no // (defaults to no)
tlsRequired = no // (defaults to no)
auth=true
debug = no // (defaults to no, to take effect you also need to set the log level to "DEBUG" for the application logger)
timeout = null // (defaults to 60s in milliseconds)
connectiontimeout = null // (defaults to 60s in milliseconds)
mock = false // (defaults to no, will only log all the email properties instead of sending an email)
}
FYI:
Любые указания был бы намного более признателен. Спасибо