Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

smoope/commons-email

This branch is 568 commits behind apache/commons-email:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 27, 2023
Oct 25, 2023
Feb 3, 2023
Feb 1, 2016
Feb 25, 2022
May 25, 2020
Nov 25, 2004
Jul 16, 2023
Oct 21, 2023
Jul 4, 2019
Oct 30, 2020
Oct 26, 2023

Repository files navigation

Apache Commons Email

Java CI Maven Central CodeQL

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.

Documentation

More information can be found on the Apache Commons Email homepage. The Javadoc can be browsed. Questions related to the usage of Apache Commons Email should be posted to the user mailing list.

Where can I get the latest release?

You can download source and binaries from our download page.

Alternatively, you can pull it from the central Maven repositories:

<dependency>
  <groupId>org.apache.commons</groupId>
  <artifactId>commons-email</artifactId>
  <version>1.5</version>
</dependency>

Contributing

We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors. There are some guidelines which will make applying PRs easier for us:

  • No tabs! Please use spaces for indentation.
  • Respect the code style.
  • Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
  • Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running mvn.

If you plan to contribute on a regular basis, please consider filing a contributor license agreement. You can learn more about contributing via GitHub in our contribution guidelines.

License

This code is under the Apache License v2.

See the NOTICE.txt file for required notices and attributions.

Donations

You like Apache Commons Email? Then donate back to the ASF to support the development.

Additional Resources

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.8%
  • HTML 3.2%