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.

Apache Commons Email Maven Dependency

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>

Apache Commons Email Gradle 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'

Download JAR File

https://repo1.maven.org/maven2/org/apache/commons/commons-email/1.5/commons-email-1.5.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.apache.commons/commons-email

Reference

https://mvnrepository.com/artifact/org.apache.commons/commons-email

⚠️ **GitHub.com Fallback** ⚠️