mailgun
Java library to easily send emails using the Mailgun service
File Explorer
Download Latest Version (.zip)- gradle-wrapper.jar
- gradle-wrapper.properties
- Body.java
- Builder.java
- ContentConverter.java
- MailContent.java
- MessageBuilder.java
- package-info.java
- Util.java
- Configuration.java
- Mail.java
- MailBuilder.java
- MailForm.java
- MailgunException.java
- MailMultipart.java
- MailRequestCallback.java
- MailRequestCallbackFactory.java
- MailSendFilter.java
- MultipartBuilder.java
- package-info.java
- Response.java
- BasicTests.java
- ConfigurationTests.java
- ContentTests.java
- ExampleTest.java
- HTMLContentTests.java
- .gitattributes
- .gitignore
- .travis.yml
- build.gradle
- CHANGELOG.md
- CLAUDE.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.txt
- publish.cmd
- PUBLISH.md
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/sargue/mailgun
Downloads the entire project code from GitHub to your computer.
cd mailgun
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
