Try to add the JavaMail implementation Jar to the build script class path:
buildscript {
repositories { … }
dependencies {
classpath …
}
} </code
Try to add the JavaMail implementation Jar to the build script class path:
buildscript {
repositories { … }
dependencies {
classpath …
}
} </code