Reputation: 359
I am using play framework 2.4 and i am trying to send an email using play mailer plugin but keep getting this error:
[ClassNotFoundException: play.api.libs.mailer.CommonsMailerPlugin]
I asm using this dependenct:
"com.typesafe.play" %% "play-mailer" % "3.0.1"
And this plugin:
1500:play.api.libs.mailer.CommonsMailerPlugin
Any idea how to fix that?
Upvotes: 1
Views: 1659
Reputation: 131
I removed these lines in play.plugins file and clean the project (delete target and project folders) and it works for me.
Upvotes: 6