Apache Commons Email Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Apache Commons Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify.
Copy below Apache Commons Email maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-email -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
<version>1.5</version>
</dependency>
Copy below Apache Commons Email gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.apache.commons/commons-email
compile group: 'org.apache.commons', name: 'commons-email', version: '1.5'
https://repo1.maven.org/maven2/org/apache/commons/commons-email/1.5/commons-email-1.5.jar
https://mvnrepository.com/artifact/org.apache.commons/commons-email
https://mvnrepository.com/artifact/org.apache.commons/commons-email