Play Mailer plugin with Play 2.5
问题 I am struggling with play mailer plugin. I found many references to configure play-mailer plugin to send email using gmail, but none worked. Here are the details - Play 2.5 Scala 2.11 mailer plugin - "com.typesafe.play" %% "play-mailer" % "5.0.0" And here is my code: application.conf: play.mailer { host="smtp.gmail.com" port=587 ssl=no tls=yes user="pariXXXXXX@gmail.com" password="XXXXXX" debug=no timeout=60 connectiontimeout=60 mock=false } Controller: class HomeController @Inject() ( val