How to send email by using ant.mail

Try to add the JavaMail implementation Jar to the build script class path:

buildscript {

repositories { … }

dependencies {

classpath …

}

} </code